Html Css Color HEX #7EA220 Lima

📋 copy color: '#7EA220'

red 126 ◦ green 162 ◦ blue 32

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

Shades of Lima #7EA220

Tints of Lima #7EA220

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.63%

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

R = 39.38%
G = 50.63%
B = 10%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#7EA220 (or 0x7EA220) is known color: Lima. HEX triplet: 7E, A2 and 20. RGB value is (126,162,32). Sum of RGB (Red+Green+Blue) = 126+162+32=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA220 is #815DDF. Grayscale: #888888. Windows color (decimal): -8478176 or 2138750. OLE color: 2138750.

HSL color Cylindrical-coordinate representation of color #7EA220: hue angle of 76.62º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7EA220 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 126 162 32 -
CMYK 0.22 0 0.80 0.36
HSL 76.62º 0.67% 0.38% -
HSV(B) 76.62º 0.8% 0.64% -
XYZ 21.79 30.38 6.08 -
YUV 136.42 69.07 120.57 -
System Red Green Blue C M Y K H S L
Decimal 126 162 32 0.22 0 0.80 0.36 76.62 0.67 0.38
Hex 7E A2 20 16 0 50 24 4D 43 26
Octal 176 242 40 26 0 120 44 115 103 46
Binary 1111110 10100010 100000 10110 0 1010000 100100 1001101 1000011 100110

Color Harmonies of #7EA220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA220

Black with #7EA220

Text Example


Text Example

White with #7EA220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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