Shades of Lime Green #2EC237
Tints of Lime Green #2EC237
RGB
CMYK
RGB Variations
Color information
#2EC237 (or 0x2EC237) is known color: Lime Green. HEX triplet: 2E, C2 and 37. RGB value is (46,194,55). Sum of RGB (Red+Green+Blue) = 46+194+55=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 194 (76.17% from 255 or 65.76% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC237 is #D13DC8. Grayscale: #868686. Windows color (decimal): -13712841 or 3654190. OLE color: 3654190.
HSL color Cylindrical-coordinate representation of color #2EC237: hue angle of 123.65º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC237 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 55 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.24 |
| HSL | 123.65º | 0.62% | 0.47% | - |
| HSV(B) | 123.65º | 0.76% | 0.76% | - |
| XYZ | 21.11 | 39.44 | 10.11 | - |
| YUV | 133.9 | 83.47 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 55 | 0.76 | 0 | 0.72 | 0.24 | 123.65 | 0.62 | 0.47 |
| Hex | 2E | C2 | 37 | 4C | 0 | 48 | 18 | 7C | 3E | 2F |
| Octal | 56 | 302 | 67 | 114 | 0 | 110 | 30 | 174 | 76 | 57 |
| Binary | 101110 | 11000010 | 110111 | 1001100 | 0 | 1001000 | 11000 | 1111100 | 111110 | 101111 |
Color Harmonies of #2EC237
Complementary color
Monochromatic Colors of #2EC237
Black with #2EC237
Text Example
Text Example
White with #2EC237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC237; }
p { color: rgb(46,194,55); }
H1.HeaderClassName
{
color: #2EC237;
}
.AnyTagClassName
{
color: #2EC237;
}
</style>
background-color css
<style>
a { background-color: #2EC237; }
a { background-color: rgb(46,194,55); }
div.DivClassName
{
background-color: #2EC237;
}
.BgClassName
{
background-color: #2EC237;
}
</style>
border-color css
<style>
span { border-color: #2EC237; }
span { border-color: rgb(46,194,55); }
td.TdClassName
{
border-color: #2EC237;
}
.TagClassName
{
border-color: #2EC237;
}
</style>