Shades of Lime Green #2EE025
Tints of Lime Green #2EE025
RGB
CMYK
RGB Variations
Color information
#2EE025 (or 0x2EE025) is known color: Lime Green. HEX triplet: 2E, E0 and 25. RGB value is (46,224,37). Sum of RGB (Red+Green+Blue) = 46+224+37=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 224 (87.89% from 255 or 72.96% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE025 is #D11FDA. Grayscale: #969696. Windows color (decimal): -13705179 or 2482222. OLE color: 2482222.
HSL color Cylindrical-coordinate representation of color #2EE025: hue angle of 117.11º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EE025 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 37 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.12 |
| HSL | 117.11º | 0.75% | 0.51% | - |
| HSV(B) | 117.11º | 0.83% | 0.88% | - |
| XYZ | 28.12 | 54.03 | 10.7 | - |
| YUV | 149.46 | 64.53 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 37 | 0.79 | 0 | 0.83 | 0.12 | 117.11 | 0.75 | 0.51 |
| Hex | 2E | E0 | 25 | 4F | 0 | 53 | C | 75 | 4B | 33 |
| Octal | 56 | 340 | 45 | 117 | 0 | 123 | 14 | 165 | 113 | 63 |
| Binary | 101110 | 11100000 | 100101 | 1001111 | 0 | 1010011 | 1100 | 1110101 | 1001011 | 110011 |
Color Harmonies of #2EE025
Complementary color
Monochromatic Colors of #2EE025
Black with #2EE025
Text Example
Text Example
White with #2EE025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE025; }
p { color: rgb(46,224,37); }
H1.HeaderClassName
{
color: #2EE025;
}
.AnyTagClassName
{
color: #2EE025;
}
</style>
background-color css
<style>
a { background-color: #2EE025; }
a { background-color: rgb(46,224,37); }
div.DivClassName
{
background-color: #2EE025;
}
.BgClassName
{
background-color: #2EE025;
}
</style>
border-color css
<style>
span { border-color: #2EE025; }
span { border-color: rgb(46,224,37); }
td.TdClassName
{
border-color: #2EE025;
}
.TagClassName
{
border-color: #2EE025;
}
</style>