Shades of Lime Green #2EC925
Tints of Lime Green #2EC925
RGB
CMYK
RGB Variations
Color information
#2EC925 (or 0x2EC925) is known color: Lime Green. HEX triplet: 2E, C9 and 25. RGB value is (46,201,37). Sum of RGB (Red+Green+Blue) = 46+201+37=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 201 (78.91% from 255 or 70.77% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC925 is #D136DA. Grayscale: #888888. Windows color (decimal): -13711067 or 2476334. OLE color: 2476334.
HSL color Cylindrical-coordinate representation of color #2EC925: hue angle of 116.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EC925 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 37 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.21 |
| HSL | 116.71º | 0.69% | 0.47% | - |
| HSV(B) | 116.71º | 0.82% | 0.79% | - |
| XYZ | 22.35 | 42.49 | 8.77 | - |
| YUV | 135.96 | 72.15 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 37 | 0.77 | 0 | 0.82 | 0.21 | 116.71 | 0.69 | 0.47 |
| Hex | 2E | C9 | 25 | 4D | 0 | 52 | 15 | 75 | 45 | 2F |
| Octal | 56 | 311 | 45 | 115 | 0 | 122 | 25 | 165 | 105 | 57 |
| Binary | 101110 | 11001001 | 100101 | 1001101 | 0 | 1010010 | 10101 | 1110101 | 1000101 | 101111 |
Color Harmonies of #2EC925
Complementary color
Monochromatic Colors of #2EC925
Black with #2EC925
Text Example
Text Example
White with #2EC925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC925; }
p { color: rgb(46,201,37); }
H1.HeaderClassName
{
color: #2EC925;
}
.AnyTagClassName
{
color: #2EC925;
}
</style>
background-color css
<style>
a { background-color: #2EC925; }
a { background-color: rgb(46,201,37); }
div.DivClassName
{
background-color: #2EC925;
}
.BgClassName
{
background-color: #2EC925;
}
</style>
border-color css
<style>
span { border-color: #2EC925; }
span { border-color: rgb(46,201,37); }
td.TdClassName
{
border-color: #2EC925;
}
.TagClassName
{
border-color: #2EC925;
}
</style>