Html Css Color HEX #7EA424 Lima

📋 copy color: '#7EA424'

red 126 ◦ green 164 ◦ blue 36

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

Shades of Lima #7EA424

Tints of Lima #7EA424

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.31%

 BLUE value IS 36 (14.45% from 255) = 11.04%

R = 38.65%
G = 50.31%
B = 11.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#7EA424 (or 0x7EA424) is known color: Lima. HEX triplet: 7E, A4 and 24. RGB value is (126,164,36). Sum of RGB (Red+Green+Blue) = 126+164+36=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA424 is #815BDB. Grayscale: #8A8A8A. Windows color (decimal): -8477660 or 2401406. OLE color: 2401406.

HSL color Cylindrical-coordinate representation of color #7EA424: hue angle of 77.81º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7EA424 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 126 164 36 -
CMYK 0.23 0 0.78 0.36
HSL 77.81º 0.64% 0.39% -
HSV(B) 77.81º 0.78% 0.64% -
XYZ 22.2 31.11 6.5 -
YUV 138.05 70.41 119.41 -
System Red Green Blue C M Y K H S L
Decimal 126 164 36 0.23 0 0.78 0.36 77.81 0.64 0.39
Hex 7E A4 24 17 0 4E 24 4E 40 27
Octal 176 244 44 27 0 116 44 116 100 47
Binary 1111110 10100100 100100 10111 0 1001110 100100 1001110 1000000 100111

Color Harmonies of #7EA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA424

Black with #7EA424

Text Example


Text Example

White with #7EA424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,164,36); }

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

background-color css

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

 a { background-color: rgb(126,164,36); }

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

border-color css

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

 span { border-color: rgb(126,164,36); }

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