Shades of Lime Green #2EAC27
Tints of Lime Green #2EAC27
RGB
CMYK
RGB Variations
Color information
#2EAC27 (or 0x2EAC27) is known color: Lime Green. HEX triplet: 2E, AC and 27. RGB value is (46,172,39). Sum of RGB (Red+Green+Blue) = 46+172+39=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 172 (67.58% from 255 or 66.93% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAC27 is #D153D8. Grayscale: #777777. Windows color (decimal): -13718489 or 2599982. OLE color: 2599982.
HSL color Cylindrical-coordinate representation of color #2EAC27: hue angle of 116.84º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EAC27 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 39 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.33 |
| HSL | 116.84º | 0.63% | 0.41% | - |
| HSV(B) | 116.84º | 0.77% | 0.67% | - |
| XYZ | 16.25 | 30.23 | 6.9 | - |
| YUV | 119.16 | 82.76 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 39 | 0.73 | 0 | 0.77 | 0.33 | 116.84 | 0.63 | 0.41 |
| Hex | 2E | AC | 27 | 49 | 0 | 4D | 21 | 75 | 3F | 29 |
| Octal | 56 | 254 | 47 | 111 | 0 | 115 | 41 | 165 | 77 | 51 |
| Binary | 101110 | 10101100 | 100111 | 1001001 | 0 | 1001101 | 100001 | 1110101 | 111111 | 101001 |
Color Harmonies of #2EAC27
Complementary color
Monochromatic Colors of #2EAC27
Black with #2EAC27
Text Example
Text Example
White with #2EAC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAC27; }
p { color: rgb(46,172,39); }
H1.HeaderClassName
{
color: #2EAC27;
}
.AnyTagClassName
{
color: #2EAC27;
}
</style>
background-color css
<style>
a { background-color: #2EAC27; }
a { background-color: rgb(46,172,39); }
div.DivClassName
{
background-color: #2EAC27;
}
.BgClassName
{
background-color: #2EAC27;
}
</style>
border-color css
<style>
span { border-color: #2EAC27; }
span { border-color: rgb(46,172,39); }
td.TdClassName
{
border-color: #2EAC27;
}
.TagClassName
{
border-color: #2EAC27;
}
</style>