Html Css Color HEX #7EAF1E Lima

📋 copy color: '#7EAF1E'

red 126 ◦ green 175 ◦ blue 30

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

Shades of Lima #7EAF1E

Tints of Lima #7EAF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 38.07%
G = 52.87%
B = 9.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#7EAF1E (or 0x7EAF1E) is known color: Lima. HEX triplet: 7E, AF and 1E. RGB value is (126,175,30). Sum of RGB (Red+Green+Blue) = 126+175+30=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAF1E is #8150E1. Grayscale: #909090. Windows color (decimal): -8474850 or 2011006. OLE color: 2011006.

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

Color convert

RGB 126 175 30 -
CMYK 0.28 0 0.83 0.31
HSL 80.28º 0.71% 0.4% -
HSV(B) 80.28º 0.83% 0.69% -
XYZ 24.17 35.19 6.75 -
YUV 143.82 63.77 115.29 -
System Red Green Blue C M Y K H S L
Decimal 126 175 30 0.28 0 0.83 0.31 80.28 0.71 0.4
Hex 7E AF 1E 1C 0 53 1F 50 47 28
Octal 176 257 36 34 0 123 37 120 107 50
Binary 1111110 10101111 11110 11100 0 1010011 11111 1010000 1000111 101000

Color Harmonies of #7EAF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAF1E

Black with #7EAF1E

Text Example


Text Example

White with #7EAF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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