#7bc521

Color #7BC521 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7BC521

Tints of Lima #7BC521

Color information

#7BC521 (or 0x7BC521) is unknown color: approx Lima. HEX triplet: 7B, C5 and 21. RGB value is (123,197,33). Sum of RGB (Red+Green+Blue) = 123+197+33=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 197 (77.34% from 255 or 55.81% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC521 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC521 is #843ADE. Grayscale: #9C9C9C. Windows color (decimal): -8665823 or 2213243. OLE color: 2213243.

HSL color Cylindrical-coordinate representation of color #7BC521: hue angle of 87.07º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7BC521 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB12319733-
CMYK0.3800.830.23
HSL87.07º71.3%45.1%-
HSV(B)87.07º83.25%77.25%-
XYZ28.4144.258.48-
YUV156.1858.48104.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 34.84%
GREEN value IS 197 (77.34% from 255) = 55.81%
BLUE value IS 33 (13.28% from 255) = 9.35%
R=34.84%
G=55.81%
B=9.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal123197330.3800.830.2387.0771.345.1
Hex7BC521260531757472d
Octal173305414601232712710755
Binary111101111000101100001100110010100111011110101111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bc521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7bc521; }

 p { color: rgb(123,197,33); }

 H1.HeaderClassName
 {
   color: #7bc521;
 }
 .AnyTagClassName
 {
   color: #7bc521;
 }
</style>
background-color css

<style>
 a { background-color: #7bc521; }

 a { background-color: rgb(123,197,33); }

 div.DivClassName
 {
   background-color: #7bc521;
 }
 .BgClassName
 {
   background-color: #7bc521;
 }
</style>
border-color css

<style>
 span { border-color: #7bc521; }

 span { border-color: rgb(123,197,33); }

 td.TdClassName
 {
   border-color: #7bc521;
 }
 .TagClassName
 {
   border-color: #7bc521;
 }
</style>