#2EE13C

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

Shades of Lime Green #2EE13C

Tints of Lime Green #2EE13C

Color information

#2EE13C (or 0x2EE13C) is unknown color: approx Lime Green. HEX triplet: 2E, E1 and 3C. RGB value is (46,225,60). Sum of RGB (Red+Green+Blue) = 46+225+60=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 225 (88.28% from 255 or 67.98% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE13C is #D11EC3. Grayscale: #999999. Windows color (decimal): -13704900 or 3989806. OLE color: 3989806.

HSL color Cylindrical-coordinate representation of color #2EE13C: hue angle of 124.69º 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 #2EE13C is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB4622560-
CMYK0.8000.730.12
HSL124.69º74.9%53.14%-
HSV(B)124.69º79.56%88.24%-
XYZ28.8754.7613.32-
YUV152.6775.751.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.90%
GREEN value IS 225 (88.28% from 255) = 67.98%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=13.90%
G=67.98%
B=18.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal46225600.8000.730.12124.6974.953.14
Hex2EE13C50049C7d4b35
Octal563417412001111417511365
Binary10111011100001111100101000001001001110011111011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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