Html Css Color HEX #7EAF28 Lima

📋 copy color: '#7EAF28'

red 126 ◦ green 175 ◦ blue 40

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

Shades of Lima #7EAF28

Tints of Lima #7EAF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 36.95%
G = 51.32%
B = 11.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#7EAF28 (or 0x7EAF28) is known color: Lima. HEX triplet: 7E, AF and 28. RGB value is (126,175,40). Sum of RGB (Red+Green+Blue) = 126+175+40=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAF28 is #8150D7. Grayscale: #919191. Windows color (decimal): -8474840 or 2666366. OLE color: 2666366.

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

Color convert

RGB 126 175 40 -
CMYK 0.28 0 0.77 0.31
HSL 81.78º 0.63% 0.42% -
HSV(B) 81.78º 0.77% 0.69% -
XYZ 24.32 35.25 7.53 -
YUV 144.96 68.77 114.48 -
System Red Green Blue C M Y K H S L
Decimal 126 175 40 0.28 0 0.77 0.31 81.78 0.63 0.42
Hex 7E AF 28 1C 0 4D 1F 52 3F 2A
Octal 176 257 50 34 0 115 37 122 77 52
Binary 1111110 10101111 101000 11100 0 1001101 11111 1010010 111111 101010

Color Harmonies of #7EAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAF28

Black with #7EAF28

Text Example


Text Example

White with #7EAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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