Html Css Color HEX #7CAF20 Lima

📋 copy color: '#7CAF20'

red 124 ◦ green 175 ◦ blue 32

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

Shades of Lima #7CAF20

Tints of Lima #7CAF20

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.87%

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

R = 37.46%
G = 52.87%
B = 9.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#7CAF20 (or 0x7CAF20) is known color: Lima. HEX triplet: 7C, AF and 20. RGB value is (124,175,32). Sum of RGB (Red+Green+Blue) = 124+175+32=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAF20 is #8350DF. Grayscale: #8F8F8F. Windows color (decimal): -8605920 or 2142076. OLE color: 2142076.

HSL color Cylindrical-coordinate representation of color #7CAF20: hue angle of 81.4º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7CAF20 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 175 32 -
CMYK 0.29 0 0.82 0.31
HSL 81.4º 0.69% 0.41% -
HSV(B) 81.4º 0.82% 0.69% -
XYZ 23.9 35.05 6.87 -
YUV 143.45 65.1 114.13 -
System Red Green Blue C M Y K H S L
Decimal 124 175 32 0.29 0 0.82 0.31 81.4 0.69 0.41
Hex 7C AF 20 1D 0 52 1F 51 45 29
Octal 174 257 40 35 0 122 37 121 105 51
Binary 1111100 10101111 100000 11101 0 1010010 11111 1010001 1000101 101001

Color Harmonies of #7CAF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAF20

Black with #7CAF20

Text Example


Text Example

White with #7CAF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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