#2EC041

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

Shades of Lime Green #2EC041

Tints of Lime Green #2EC041

Color information

#2EC041 (or 0x2EC041) is unknown color: approx Lime Green. HEX triplet: 2E, C0 and 41. RGB value is (46,192,65). Sum of RGB (Red+Green+Blue) = 46+192+65=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC041 is #D13FBE. Grayscale: #868686. Windows color (decimal): -13713343 or 4309038. OLE color: 4309038.

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

Color convert

RGB4619265-
CMYK0.7600.660.25
HSL127.81º61.34%46.67%-
HSV(B)127.81º76.04%75.29%-
XYZ20.9338.6611.36-
YUV133.8789.1365.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.18%
GREEN value IS 192 (75.39% from 255) = 63.37%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=15.18%
G=63.37%
B=21.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46192650.7600.660.25127.8161.3446.67
Hex2EC0414C04219803d2f
Octal563001011140102312007557
Binary1011101100000010000011001100010000101100110000000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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