Shades of Lime Green #2ECC25
Tints of Lime Green #2ECC25
RGB
CMYK
RGB Variations
Color information
#2ECC25 (or 0x2ECC25) is known color: Lime Green. HEX triplet: 2E, CC and 25. RGB value is (46,204,37). Sum of RGB (Red+Green+Blue) = 46+204+37=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 204 (80.08% from 255 or 71.08% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECC25 is #D133DA. Grayscale: #8A8A8A. Windows color (decimal): -13710299 or 2477102. OLE color: 2477102.
HSL color Cylindrical-coordinate representation of color #2ECC25: hue angle of 116.77º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ECC25 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 37 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.2 |
| HSL | 116.77º | 0.69% | 0.47% | - |
| HSV(B) | 116.77º | 0.82% | 0.8% | - |
| XYZ | 23.05 | 43.9 | 9.01 | - |
| YUV | 137.72 | 71.15 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 37 | 0.77 | 0 | 0.82 | 0.2 | 116.77 | 0.69 | 0.47 |
| Hex | 2E | CC | 25 | 4D | 0 | 52 | 14 | 75 | 45 | 2F |
| Octal | 56 | 314 | 45 | 115 | 0 | 122 | 24 | 165 | 105 | 57 |
| Binary | 101110 | 11001100 | 100101 | 1001101 | 0 | 1010010 | 10100 | 1110101 | 1000101 | 101111 |
Color Harmonies of #2ECC25
Complementary color
Monochromatic Colors of #2ECC25
Black with #2ECC25
Text Example
Text Example
White with #2ECC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECC25; }
p { color: rgb(46,204,37); }
H1.HeaderClassName
{
color: #2ECC25;
}
.AnyTagClassName
{
color: #2ECC25;
}
</style>
background-color css
<style>
a { background-color: #2ECC25; }
a { background-color: rgb(46,204,37); }
div.DivClassName
{
background-color: #2ECC25;
}
.BgClassName
{
background-color: #2ECC25;
}
</style>
border-color css
<style>
span { border-color: #2ECC25; }
span { border-color: rgb(46,204,37); }
td.TdClassName
{
border-color: #2ECC25;
}
.TagClassName
{
border-color: #2ECC25;
}
</style>