#7EB01F

Color #7EB01F Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7EB01F

Tints of Lima #7EB01F

Color information

#7EB01F (or 0x7EB01F) is unknown color: approx Lima. HEX triplet: 7E, B0 and 1F. RGB value is (126,176,31). Sum of RGB (Red+Green+Blue) = 126+176+31=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 176 (69.14% from 255 or 52.85% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 176 - color contains mainly: green. Hex color #7EB01F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EB01F is #814FE0. Grayscale: #919191. Windows color (decimal): -8474593 or 2076798. OLE color: 2076798.

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

Color convert

RGB12617631-
CMYK0.2800.820.31
HSL80.69º70.05%40.59%-
HSV(B)80.69º82.39%69.02%-
XYZ24.3835.596.88-
YUV144.5263.94114.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.84%
GREEN value IS 176 (69.14% from 255) = 52.85%
BLUE value IS 31 (12.5% from 255) = 9.31%
R=37.84%
G=52.85%
B=9.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126176310.2800.820.3180.6970.0540.59
Hex7EB01F1C0521F514629
Octal176260373401223712110651
Binary1111110101100001111111100010100101111110100011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,176,31); }

 H1.HeaderClassName
 {
   color: #7EB01F;
 }
 .AnyTagClassName
 {
   color: #7EB01F;
 }
</style>
background-color css

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

 a { background-color: rgb(126,176,31); }

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

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

 span { border-color: rgb(126,176,31); }

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