#7EB700

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

Shades of Lima #7EB700

Tints of Lima #7EB700

Color information

#7EB700 (or 0x7EB700) is unknown color: approx Lima. HEX triplet: 7E, B7 and 00. RGB value is (126,183,0). Sum of RGB (Red+Green+Blue) = 126+183+0=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #7EB700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB700 is #8148FF. Grayscale: #919191. Windows color (decimal): -8472832 or 46974. OLE color: 46974.

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

Color convert

RGB1261830-
CMYK0.31010.28
HSL78.69º100%35.88%-
HSV(B)78.69º100%71.76%-
XYZ25.5438.36.05-
YUV145.146.12114.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.78%
GREEN value IS 183 (71.88% from 255) = 59.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.78%
G=59.22%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12618300.31010.2878.6910035.88
Hex7EB701F0641C4f6424
Octal17626703701443411714444
Binary111111010110111011111011001001110010011111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,183,0); }

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

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

 a { background-color: rgb(126,183,0); }

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

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

 span { border-color: rgb(126,183,0); }

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