#2EC541

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

Shades of Lime Green #2EC541

Tints of Lime Green #2EC541

Color information

#2EC541 (or 0x2EC541) is unknown color: approx Lime Green. HEX triplet: 2E, C5 and 41. RGB value is (46,197,65). Sum of RGB (Red+Green+Blue) = 46+197+65=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 197 (77.34% from 255 or 63.96% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC541 is #D13ABE. Grayscale: #898989. Windows color (decimal): -13712063 or 4310318. OLE color: 4310318.

HSL color Cylindrical-coordinate representation of color #2EC541: hue angle of 127.55º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC541 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB4619765-
CMYK0.7700.670.23
HSL127.55º62.14%47.65%-
HSV(B)127.55º76.65%77.25%-
XYZ22.0540.911.73-
YUV136.887.4763.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.94%
GREEN value IS 197 (77.34% from 255) = 63.96%
BLUE value IS 65 (25.78% from 255) = 21.10%
R=14.94%
G=63.96%
B=21.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal46197650.7700.670.23127.5562.1447.65
Hex2EC5414D04317803e30
Octal563051011150103272007660
Binary1011101100010110000011001101010000111011110000000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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