#2ECF39

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

Shades of Lime Green #2ECF39

Tints of Lime Green #2ECF39

Color information

#2ECF39 (or 0x2ECF39) is unknown color: approx Lime Green. HEX triplet: 2E, CF and 39. RGB value is (46,207,57). Sum of RGB (Red+Green+Blue) = 46+207+57=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 207 (81.25% from 255 or 66.77% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECF39 is #D130C6. Grayscale: #8E8E8E. Windows color (decimal): -13709511 or 3788590. OLE color: 3788590.

HSL color Cylindrical-coordinate representation of color #2ECF39: hue angle of 124.1º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECF39 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB4620757-
CMYK0.7800.720.19
HSL124.1º63.64%49.61%-
HSV(B)124.1º77.78%81.18%-
XYZ24.1845.511.38-
YUV141.7680.1659.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.84%
GREEN value IS 207 (81.25% from 255) = 66.77%
BLUE value IS 57 (22.66% from 255) = 18.39%
R=14.84%
G=66.77%
B=18.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal46207570.7800.720.19124.163.6449.61
Hex2ECF394E048137c4032
Octal563177111601102317410062
Binary101110110011111110011001110010010001001111111001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,207,57); }

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

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

 a { background-color: rgb(46,207,57); }

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

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

 span { border-color: rgb(46,207,57); }

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