Html Css Color HEX #7EAF24 Lima

📋 copy color: '#7EAF24'

red 126 ◦ green 175 ◦ blue 36

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

Shades of Lima #7EAF24

Tints of Lima #7EAF24

RGB

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

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

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

R = 37.39%
G = 51.93%
B = 10.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#7EAF24 (or 0x7EAF24) is known color: Lima. HEX triplet: 7E, AF and 24. RGB value is (126,175,36). Sum of RGB (Red+Green+Blue) = 126+175+36=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAF24 is #8150DB. Grayscale: #919191. Windows color (decimal): -8474844 or 2404222. OLE color: 2404222.

HSL color Cylindrical-coordinate representation of color #7EAF24: hue angle of 81.15º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7EAF24 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 126 175 36 -
CMYK 0.28 0 0.79 0.31
HSL 81.15º 0.66% 0.41% -
HSV(B) 81.15º 0.79% 0.69% -
XYZ 24.25 35.22 7.19 -
YUV 144.5 66.77 114.8 -
System Red Green Blue C M Y K H S L
Decimal 126 175 36 0.28 0 0.79 0.31 81.15 0.66 0.41
Hex 7E AF 24 1C 0 4F 1F 51 42 29
Octal 176 257 44 34 0 117 37 121 102 51
Binary 1111110 10101111 100100 11100 0 1001111 11111 1010001 1000010 101001

Color Harmonies of #7EAF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAF24

Black with #7EAF24

Text Example


Text Example

White with #7EAF24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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