Html Css Color HEX #7EAA21 Lima

📋 copy color: '#7EAA21'

red 126 ◦ green 170 ◦ blue 33

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

Shades of Lima #7EAA21

Tints of Lima #7EAA21

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.67%

 BLUE value IS 33 (13.28% from 255) = 10.03%

R = 38.3%
G = 51.67%
B = 10.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#7EAA21 (or 0x7EAA21) is known color: Lima. HEX triplet: 7E, AA and 21. RGB value is (126,170,33). Sum of RGB (Red+Green+Blue) = 126+170+33=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAA21 is #8155DE. Grayscale: #8D8D8D. Windows color (decimal): -8476127 or 2206334. OLE color: 2206334.

HSL color Cylindrical-coordinate representation of color #7EAA21: hue angle of 79.27º degrees, saturation: 0.67, 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 #7EAA21 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 170 33 -
CMYK 0.26 0 0.81 0.33
HSL 79.27º 0.67% 0.4% -
HSV(B) 79.27º 0.81% 0.67% -
XYZ 23.25 33.29 6.64 -
YUV 141.23 66.92 117.14 -
System Red Green Blue C M Y K H S L
Decimal 126 170 33 0.26 0 0.81 0.33 79.27 0.67 0.4
Hex 7E AA 21 1A 0 51 21 4F 43 28
Octal 176 252 41 32 0 121 41 117 103 50
Binary 1111110 10101010 100001 11010 0 1010001 100001 1001111 1000011 101000

Color Harmonies of #7EAA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAA21

Black with #7EAA21

Text Example


Text Example

White with #7EAA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,170,33); }

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

background-color css

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

 a { background-color: rgb(126,170,33); }

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

border-color css

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

 span { border-color: rgb(126,170,33); }

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