Html Css Color HEX #7EAF04 Lima

📋 copy color: '#7EAF04'

red 126 ◦ green 175 ◦ blue 4

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

Shades of Lima #7EAF04

Tints of Lima #7EAF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 41.31%
G = 57.38%
B = 1.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#7EAF04 (or 0x7EAF04) is known color: Lima. HEX triplet: 7E, AF and 04. RGB value is (126,175,4). Sum of RGB (Red+Green+Blue) = 126+175+4=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAF04 is #8150FB. Grayscale: #8D8D8D. Windows color (decimal): -8474876 or 307070. OLE color: 307070.

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

Color convert

RGB 126 175 4 -
CMYK 0.28 0 0.98 0.31
HSL 77.19º 0.96% 0.35% -
HSV(B) 77.19º 0.98% 0.69% -
XYZ 23.96 35.1 5.63 -
YUV 140.86 50.77 117.4 -
System Red Green Blue C M Y K H S L
Decimal 126 175 4 0.28 0 0.98 0.31 77.19 0.96 0.35
Hex 7E AF 4 1C 0 62 1F 4D 60 23
Octal 176 257 4 34 0 142 37 115 140 43
Binary 1111110 10101111 100 11100 0 1100010 11111 1001101 1100000 100011

Color Harmonies of #7EAF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAF04

Black with #7EAF04

Text Example


Text Example

White with #7EAF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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