Html Css Color HEX #7EAA2C Lima

📋 copy color: '#7EAA2C'

red 126 ◦ green 170 ◦ blue 44

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

Shades of Lima #7EAA2C

Tints of Lima #7EAA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.94%

R = 37.06%
G = 50%
B = 12.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#7EAA2C (or 0x7EAA2C) is known color: Lima. HEX triplet: 7E, AA and 2C. RGB value is (126,170,44). Sum of RGB (Red+Green+Blue) = 126+170+44=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAA2C is #8155D3. Grayscale: #8E8E8E. Windows color (decimal): -8476116 or 2927230. OLE color: 2927230.

HSL color Cylindrical-coordinate representation of color #7EAA2C: hue angle of 80.95º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7EAA2C is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 170 44 -
CMYK 0.26 0 0.74 0.33
HSL 80.95º 0.59% 0.42% -
HSV(B) 80.95º 0.74% 0.67% -
XYZ 23.43 33.37 7.59 -
YUV 142.48 72.42 116.25 -
System Red Green Blue C M Y K H S L
Decimal 126 170 44 0.26 0 0.74 0.33 80.95 0.59 0.42
Hex 7E AA 2C 1A 0 4A 21 51 3B 2A
Octal 176 252 54 32 0 112 41 121 73 52
Binary 1111110 10101010 101100 11010 0 1001010 100001 1010001 111011 101010

Color Harmonies of #7EAA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAA2C

Black with #7EAA2C

Text Example


Text Example

White with #7EAA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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