Shades of Lime Green #2ECB25
Tints of Lime Green #2ECB25
RGB
CMYK
RGB Variations
Color information
#2ECB25 (or 0x2ECB25) is known color: Lime Green. HEX triplet: 2E, CB and 25. RGB value is (46,203,37). Sum of RGB (Red+Green+Blue) = 46+203+37=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 203 (79.69% from 255 or 70.98% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECB25 is #D134DA. Grayscale: #898989. Windows color (decimal): -13710555 or 2476846. OLE color: 2476846.
HSL color Cylindrical-coordinate representation of color #2ECB25: hue angle of 116.75º 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 #2ECB25 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 37 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.20 |
| HSL | 116.75º | 0.69% | 0.47% | - |
| HSV(B) | 116.75º | 0.82% | 0.8% | - |
| XYZ | 22.82 | 43.43 | 8.93 | - |
| YUV | 137.13 | 71.49 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 37 | 0.77 | 0 | 0.82 | 0.20 | 116.75 | 0.69 | 0.47 |
| Hex | 2E | CB | 25 | 4D | 0 | 52 | 14 | 75 | 45 | 2F |
| Octal | 56 | 313 | 45 | 115 | 0 | 122 | 24 | 165 | 105 | 57 |
| Binary | 101110 | 11001011 | 100101 | 1001101 | 0 | 1010010 | 10100 | 1110101 | 1000101 | 101111 |
Color Harmonies of #2ECB25
Complementary color
Monochromatic Colors of #2ECB25
Black with #2ECB25
Text Example
Text Example
White with #2ECB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB25; }
p { color: rgb(46,203,37); }
H1.HeaderClassName
{
color: #2ECB25;
}
.AnyTagClassName
{
color: #2ECB25;
}
</style>
background-color css
<style>
a { background-color: #2ECB25; }
a { background-color: rgb(46,203,37); }
div.DivClassName
{
background-color: #2ECB25;
}
.BgClassName
{
background-color: #2ECB25;
}
</style>
border-color css
<style>
span { border-color: #2ECB25; }
span { border-color: rgb(46,203,37); }
td.TdClassName
{
border-color: #2ECB25;
}
.TagClassName
{
border-color: #2ECB25;
}
</style>