Html Css Color HEX #7EAF20 Lima

📋 copy color: '#7EAF20'

red 126 ◦ green 175 ◦ blue 32

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

Shades of Lima #7EAF20

Tints of Lima #7EAF20

RGB

 RED value IS 126 (49.61% from 255) = 37.84%

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

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

R = 37.84%
G = 52.55%
B = 9.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#7EAF20 (or 0x7EAF20) is known color: Lima. HEX triplet: 7E, AF and 20. RGB value is (126,175,32). Sum of RGB (Red+Green+Blue) = 126+175+32=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAF20 is #8150DF. Grayscale: #909090. Windows color (decimal): -8474848 or 2142078. OLE color: 2142078.

HSL color Cylindrical-coordinate representation of color #7EAF20: hue angle of 80.56º 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 #7EAF20 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 126 175 32 -
CMYK 0.28 0 0.82 0.31
HSL 80.56º 0.69% 0.41% -
HSV(B) 80.56º 0.82% 0.69% -
XYZ 24.19 35.2 6.89 -
YUV 144.05 64.77 115.13 -
System Red Green Blue C M Y K H S L
Decimal 126 175 32 0.28 0 0.82 0.31 80.56 0.69 0.41
Hex 7E AF 20 1C 0 52 1F 51 45 29
Octal 176 257 40 34 0 122 37 121 105 51
Binary 1111110 10101111 100000 11100 0 1010010 11111 1010001 1000101 101001

Color Harmonies of #7EAF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAF20

Black with #7EAF20

Text Example


Text Example

White with #7EAF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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