#2EB01E

Color #2EB01E Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2EB01E

Tints of Lime Green #2EB01E

Color information

#2EB01E (or 0x2EB01E) is unknown color: approx Lime Green. HEX triplet: 2E, B0 and 1E. RGB value is (46,176,30). Sum of RGB (Red+Green+Blue) = 46+176+30=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 176 (69.14% from 255 or 69.84% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB01E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB01E is #D14FE1. Grayscale: #787878. Windows color (decimal): -13717474 or 2011182. OLE color: 2011182.

HSL color Cylindrical-coordinate representation of color #2EB01E: hue angle of 113.42º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EB01E is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB4617630-
CMYK0.7400.830.31
HSL113.42º70.87%40.39%-
HSV(B)113.42º82.95%69.02%-
XYZ16.8931.736.46-
YUV120.4976.9374.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.25%
GREEN value IS 176 (69.14% from 255) = 69.84%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=18.25%
G=69.84%
B=11.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46176300.7400.830.31113.4270.8740.39
Hex2EB01E4A0531F714728
Octal562603611201233716110750
Binary10111010110000111101001010010100111111111100011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EB01E; }

 p { color: rgb(46,176,30); }

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

<style>
 a { background-color: #2EB01E; }

 a { background-color: rgb(46,176,30); }

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

<style>
 span { border-color: #2EB01E; }

 span { border-color: rgb(46,176,30); }

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