Html Css Color HEX #7EB80E Lima

📋 copy color: '#7EB80E'

red 126 ◦ green 184 ◦ blue 14

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

Shades of Lima #7EB80E

Tints of Lima #7EB80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.79%

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 38.89%
G = 56.79%
B = 4.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#7EB80E (or 0x7EB80E) is known color: Lima. HEX triplet: 7E, B8 and 0E. RGB value is (126,184,14). Sum of RGB (Red+Green+Blue) = 126+184+14=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #7EB80E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB80E is #8147F1. Grayscale: #939393. Windows color (decimal): -8472562 or 964734. OLE color: 964734.

HSL color Cylindrical-coordinate representation of color #7EB80E: hue angle of 80.47º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7EB80E is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 126 184 14 -
CMYK 0.32 0 0.92 0.28
HSL 80.47º 0.86% 0.39% -
HSV(B) 80.47º 0.92% 0.72% -
XYZ 25.82 38.75 6.53 -
YUV 147.28 52.78 112.82 -
System Red Green Blue C M Y K H S L
Decimal 126 184 14 0.32 0 0.92 0.28 80.47 0.86 0.39
Hex 7E B8 E 20 0 5C 1C 50 56 27
Octal 176 270 16 40 0 134 34 120 126 47
Binary 1111110 10111000 1110 100000 0 1011100 11100 1010000 1010110 100111

Color Harmonies of #7EB80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB80E

Black with #7EB80E

Text Example


Text Example

White with #7EB80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,184,14); }

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

background-color css

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

 a { background-color: rgb(126,184,14); }

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

border-color css

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

 span { border-color: rgb(126,184,14); }

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