Shades of Lime Green #2EE825
Tints of Lime Green #2EE825
RGB
CMYK
RGB Variations
Color information
#2EE825 (or 0x2EE825) is known color: Lime Green. HEX triplet: 2E, E8 and 25. RGB value is (46,232,37). Sum of RGB (Red+Green+Blue) = 46+232+37=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 232 (91.02% from 255 or 73.65% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE825 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE825 is #D117DA. Grayscale: #9A9A9A. Windows color (decimal): -13703131 or 2484270. OLE color: 2484270.
HSL color Cylindrical-coordinate representation of color #2EE825: hue angle of 117.23º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EE825 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 37 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.09 |
| HSL | 117.23º | 0.81% | 0.53% | - |
| HSV(B) | 117.23º | 0.84% | 0.91% | - |
| XYZ | 30.32 | 58.43 | 11.43 | - |
| YUV | 154.16 | 61.88 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 37 | 0.80 | 0 | 0.84 | 0.09 | 117.23 | 0.81 | 0.53 |
| Hex | 2E | E8 | 25 | 50 | 0 | 54 | 9 | 75 | 51 | 35 |
| Octal | 56 | 350 | 45 | 120 | 0 | 124 | 11 | 165 | 121 | 65 |
| Binary | 101110 | 11101000 | 100101 | 1010000 | 0 | 1010100 | 1001 | 1110101 | 1010001 | 110101 |
Color Harmonies of #2EE825
Complementary color
Monochromatic Colors of #2EE825
Black with #2EE825
Text Example
Text Example
White with #2EE825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE825; }
p { color: rgb(46,232,37); }
H1.HeaderClassName
{
color: #2EE825;
}
.AnyTagClassName
{
color: #2EE825;
}
</style>
background-color css
<style>
a { background-color: #2EE825; }
a { background-color: rgb(46,232,37); }
div.DivClassName
{
background-color: #2EE825;
}
.BgClassName
{
background-color: #2EE825;
}
</style>
border-color css
<style>
span { border-color: #2EE825; }
span { border-color: rgb(46,232,37); }
td.TdClassName
{
border-color: #2EE825;
}
.TagClassName
{
border-color: #2EE825;
}
</style>