Shades of Lime Green #2EC227
Tints of Lime Green #2EC227
RGB
CMYK
RGB Variations
Color information
#2EC227 (or 0x2EC227) is known color: Lime Green. HEX triplet: 2E, C2 and 27. RGB value is (46,194,39). Sum of RGB (Red+Green+Blue) = 46+194+39=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 194 (76.17% from 255 or 69.53% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC227 is #D13DD8. Grayscale: #848484. Windows color (decimal): -13712857 or 2605614. OLE color: 2605614.
HSL color Cylindrical-coordinate representation of color #2EC227: hue angle of 117.29º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EC227 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 39 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.24 |
| HSL | 117.29º | 0.67% | 0.46% | - |
| HSV(B) | 117.29º | 0.8% | 0.76% | - |
| XYZ | 20.78 | 39.31 | 8.41 | - |
| YUV | 132.08 | 75.47 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 39 | 0.76 | 0 | 0.80 | 0.24 | 117.29 | 0.67 | 0.46 |
| Hex | 2E | C2 | 27 | 4C | 0 | 50 | 18 | 75 | 43 | 2E |
| Octal | 56 | 302 | 47 | 114 | 0 | 120 | 30 | 165 | 103 | 56 |
| Binary | 101110 | 11000010 | 100111 | 1001100 | 0 | 1010000 | 11000 | 1110101 | 1000011 | 101110 |
Color Harmonies of #2EC227
Complementary color
Monochromatic Colors of #2EC227
Black with #2EC227
Text Example
Text Example
White with #2EC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC227; }
p { color: rgb(46,194,39); }
H1.HeaderClassName
{
color: #2EC227;
}
.AnyTagClassName
{
color: #2EC227;
}
</style>
background-color css
<style>
a { background-color: #2EC227; }
a { background-color: rgb(46,194,39); }
div.DivClassName
{
background-color: #2EC227;
}
.BgClassName
{
background-color: #2EC227;
}
</style>
border-color css
<style>
span { border-color: #2EC227; }
span { border-color: rgb(46,194,39); }
td.TdClassName
{
border-color: #2EC227;
}
.TagClassName
{
border-color: #2EC227;
}
</style>