Shades of Lime Green #2EE427
Tints of Lime Green #2EE427
RGB
CMYK
RGB Variations
Color information
#2EE427 (or 0x2EE427) is known color: Lime Green. HEX triplet: 2E, E4 and 27. RGB value is (46,228,39). Sum of RGB (Red+Green+Blue) = 46+228+39=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 228 (89.45% from 255 or 72.84% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE427 is #D11BD8. Grayscale: #989898. Windows color (decimal): -13704153 or 2614318. OLE color: 2614318.
HSL color Cylindrical-coordinate representation of color #2EE427: hue angle of 117.78º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EE427 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 39 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.11 |
| HSL | 117.78º | 0.78% | 0.52% | - |
| HSV(B) | 117.78º | 0.83% | 0.89% | - |
| XYZ | 29.24 | 56.21 | 11.23 | - |
| YUV | 152.04 | 64.2 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 39 | 0.80 | 0 | 0.83 | 0.11 | 117.78 | 0.78 | 0.52 |
| Hex | 2E | E4 | 27 | 50 | 0 | 53 | B | 76 | 4E | 34 |
| Octal | 56 | 344 | 47 | 120 | 0 | 123 | 13 | 166 | 116 | 64 |
| Binary | 101110 | 11100100 | 100111 | 1010000 | 0 | 1010011 | 1011 | 1110110 | 1001110 | 110100 |
Color Harmonies of #2EE427
Complementary color
Monochromatic Colors of #2EE427
Black with #2EE427
Text Example
Text Example
White with #2EE427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE427; }
p { color: rgb(46,228,39); }
H1.HeaderClassName
{
color: #2EE427;
}
.AnyTagClassName
{
color: #2EE427;
}
</style>
background-color css
<style>
a { background-color: #2EE427; }
a { background-color: rgb(46,228,39); }
div.DivClassName
{
background-color: #2EE427;
}
.BgClassName
{
background-color: #2EE427;
}
</style>
border-color css
<style>
span { border-color: #2EE427; }
span { border-color: rgb(46,228,39); }
td.TdClassName
{
border-color: #2EE427;
}
.TagClassName
{
border-color: #2EE427;
}
</style>