Html Css Color HEX #7EAF1C Lima

📋 copy color: '#7EAF1C'

red 126 ◦ green 175 ◦ blue 28

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

Shades of Lima #7EAF1C

Tints of Lima #7EAF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.51%

R = 38.3%
G = 53.19%
B = 8.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#7EAF1C (or 0x7EAF1C) is known color: Lima. HEX triplet: 7E, AF and 1C. RGB value is (126,175,28). Sum of RGB (Red+Green+Blue) = 126+175+28=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAF1C is #8150E3. Grayscale: #909090. Windows color (decimal): -8474852 or 1879934. OLE color: 1879934.

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

Color convert

RGB 126 175 28 -
CMYK 0.28 0 0.84 0.31
HSL 80º 0.72% 0.4% -
HSV(B) 80º 0.84% 0.69% -
XYZ 24.14 35.18 6.62 -
YUV 143.59 62.77 115.45 -
System Red Green Blue C M Y K H S L
Decimal 126 175 28 0.28 0 0.84 0.31 80 0.72 0.4
Hex 7E AF 1C 1C 0 54 1F 50 48 28
Octal 176 257 34 34 0 124 37 120 110 50
Binary 1111110 10101111 11100 11100 0 1010100 11111 1010000 1001000 101000

Color Harmonies of #7EAF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAF1C

Black with #7EAF1C

Text Example


Text Example

White with #7EAF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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