#2EE13B

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

Shades of Lime Green #2EE13B

Tints of Lime Green #2EE13B

Color information

#2EE13B (or 0x2EE13B) is unknown color: approx Lime Green. HEX triplet: 2E, E1 and 3B. RGB value is (46,225,59). Sum of RGB (Red+Green+Blue) = 46+225+59=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE13B is #D11EC4. Grayscale: #999999. Windows color (decimal): -13704901 or 3924270. OLE color: 3924270.

HSL color Cylindrical-coordinate representation of color #2EE13B: hue angle of 124.36º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE13B is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB4622559-
CMYK0.8000.740.12
HSL124.36º74.9%53.14%-
HSV(B)124.36º79.56%88.24%-
XYZ28.8454.7513.18-
YUV152.5575.252-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.94%
GREEN value IS 225 (88.28% from 255) = 68.18%
BLUE value IS 59 (23.44% from 255) = 17.88%
R=13.94%
G=68.18%
B=17.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal46225590.8000.740.12124.3674.953.14
Hex2EE13B5004AC7c4b35
Octal563417312001121417411365
Binary10111011100001111011101000001001010110011111001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,225,59); }

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

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

 a { background-color: rgb(46,225,59); }

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

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

 span { border-color: rgb(46,225,59); }

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