Html Css Color HEX #7CAB20 Lima

📋 copy color: '#7CAB20'

red 124 ◦ green 171 ◦ blue 32

#7CAB20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7CAB20

Tints of Lima #7CAB20

RGB

 RED value IS 124 (48.83% from 255) = 37.92%

 GREEN value IS 171 (67.19% from 255) = 52.29%

 BLUE value IS 32 (12.89% from 255) = 9.79%

R = 37.92%
G = 52.29%
B = 9.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#7CAB20 (or 0x7CAB20) is known color: Lima. HEX triplet: 7C, AB and 20. RGB value is (124,171,32). Sum of RGB (Red+Green+Blue) = 124+171+32=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAB20 is #8354DF. Grayscale: #8D8D8D. Windows color (decimal): -8606944 or 2141052. OLE color: 2141052.

HSL color Cylindrical-coordinate representation of color #7CAB20: hue angle of 80.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7CAB20 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 171 32 -
CMYK 0.27 0 0.81 0.33
HSL 80.29º 0.68% 0.4% -
HSV(B) 80.29º 0.81% 0.67% -
XYZ 23.14 33.52 6.62 -
YUV 141.1 66.43 115.8 -
System Red Green Blue C M Y K H S L
Decimal 124 171 32 0.27 0 0.81 0.33 80.29 0.68 0.4
Hex 7C AB 20 1B 0 51 21 50 44 28
Octal 174 253 40 33 0 121 41 120 104 50
Binary 1111100 10101011 100000 11011 0 1010001 100001 1010000 1000100 101000

Color Harmonies of #7CAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAB20

Black with #7CAB20

Text Example


Text Example

White with #7CAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,171,32); }

 H1.HeaderClassName
 {
   color: #7CAB20;
 }
 .AnyTagClassName
 {
   color: #7CAB20;
 }
</style>

background-color css

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

 a { background-color: rgb(124,171,32); }

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

border-color css

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

 span { border-color: rgb(124,171,32); }

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