#2ECF18

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

Shades of Lime Green #2ECF18

Tints of Lime Green #2ECF18

Color information

#2ECF18 (or 0x2ECF18) is unknown color: approx Lime Green. HEX triplet: 2E, CF and 18. RGB value is (46,207,24). Sum of RGB (Red+Green+Blue) = 46+207+24=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 207 (81.25% from 255 or 74.73% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECF18 is #D130E7. Grayscale: #8A8A8A. Windows color (decimal): -13709544 or 1625902. OLE color: 1625902.

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

Color convert

RGB4620724-
CMYK0.7800.880.19
HSL112.79º79.22%45.29%-
HSV(B)112.79º88.41%81.18%-
XYZ23.645.278.36-
YUV13863.6662.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.61%
GREEN value IS 207 (81.25% from 255) = 74.73%
BLUE value IS 24 (9.77% from 255) = 8.66%
R=16.61%
G=74.73%
B=8.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal46207240.7800.880.19112.7979.2245.29
Hex2ECF184E05813714f2d
Octal563173011601302316111755
Binary10111011001111110001001110010110001001111100011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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