#2EC018

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

Shades of Lime Green #2EC018

Tints of Lime Green #2EC018

Color information

#2EC018 (or 0x2EC018) is unknown color: approx Lime Green. HEX triplet: 2E, C0 and 18. RGB value is (46,192,24). Sum of RGB (Red+Green+Blue) = 46+192+24=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC018 is #D13FE7. Grayscale: #818181. Windows color (decimal): -13713384 or 1622062. OLE color: 1622062.

HSL color Cylindrical-coordinate representation of color #2EC018: hue angle of 112.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2EC018 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB4619224-
CMYK0.7600.880.25
HSL112.14º77.78%42.35%-
HSV(B)112.14º87.5%75.29%-
XYZ20.1438.357.2-
YUV129.1968.6368.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.56%
GREEN value IS 192 (75.39% from 255) = 73.28%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=17.56%
G=73.28%
B=9.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46192240.7600.880.25112.1477.7842.35
Hex2EC0184C05819704e2a
Octal563003011401303116011652
Binary10111011000000110001001100010110001100111100001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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