Shades of Lime Green #2EEC27
Tints of Lime Green #2EEC27
RGB
CMYK
RGB Variations
Color information
#2EEC27 (or 0x2EEC27) is known color: Lime Green. HEX triplet: 2E, EC and 27. RGB value is (46,236,39). Sum of RGB (Red+Green+Blue) = 46+236+39=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 236 (92.58% from 255 or 73.52% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEC27 is #D113D8. Grayscale: #9D9D9D. Windows color (decimal): -13702105 or 2616366. OLE color: 2616366.
HSL color Cylindrical-coordinate representation of color #2EEC27: hue angle of 117.87º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EEC27 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 39 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.07 |
| HSL | 117.87º | 0.84% | 0.54% | - |
| HSV(B) | 117.87º | 0.83% | 0.93% | - |
| XYZ | 31.49 | 60.72 | 11.98 | - |
| YUV | 156.73 | 61.55 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 39 | 0.81 | 0 | 0.83 | 0.07 | 117.87 | 0.84 | 0.54 |
| Hex | 2E | EC | 27 | 51 | 0 | 53 | 7 | 76 | 54 | 36 |
| Octal | 56 | 354 | 47 | 121 | 0 | 123 | 7 | 166 | 124 | 66 |
| Binary | 101110 | 11101100 | 100111 | 1010001 | 0 | 1010011 | 111 | 1110110 | 1010100 | 110110 |
Color Harmonies of #2EEC27
Complementary color
Monochromatic Colors of #2EEC27
Black with #2EEC27
Text Example
Text Example
White with #2EEC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEC27; }
p { color: rgb(46,236,39); }
H1.HeaderClassName
{
color: #2EEC27;
}
.AnyTagClassName
{
color: #2EEC27;
}
</style>
background-color css
<style>
a { background-color: #2EEC27; }
a { background-color: rgb(46,236,39); }
div.DivClassName
{
background-color: #2EEC27;
}
.BgClassName
{
background-color: #2EEC27;
}
</style>
border-color css
<style>
span { border-color: #2EEC27; }
span { border-color: rgb(46,236,39); }
td.TdClassName
{
border-color: #2EEC27;
}
.TagClassName
{
border-color: #2EEC27;
}
</style>