Shades of Lime Green #2ECD24
Tints of Lime Green #2ECD24
RGB
CMYK
RGB Variations
Color information
#2ECD24 (or 0x2ECD24) is known color: Lime Green. HEX triplet: 2E, CD and 24. RGB value is (46,205,36). Sum of RGB (Red+Green+Blue) = 46+205+36=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 205 (80.47% from 255 or 71.43% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECD24 is #D132DB. Grayscale: #8A8A8A. Windows color (decimal): -13710044 or 2411822. OLE color: 2411822.
HSL color Cylindrical-coordinate representation of color #2ECD24: hue angle of 116.45º degrees, saturation: 0.7, 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 #2ECD24 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 36 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.20 |
| HSL | 116.45º | 0.7% | 0.47% | - |
| HSV(B) | 116.45º | 0.82% | 0.8% | - |
| XYZ | 23.28 | 44.37 | 9.01 | - |
| YUV | 138.19 | 70.32 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 36 | 0.78 | 0 | 0.82 | 0.20 | 116.45 | 0.7 | 0.47 |
| Hex | 2E | CD | 24 | 4E | 0 | 52 | 14 | 74 | 46 | 2F |
| Octal | 56 | 315 | 44 | 116 | 0 | 122 | 24 | 164 | 106 | 57 |
| Binary | 101110 | 11001101 | 100100 | 1001110 | 0 | 1010010 | 10100 | 1110100 | 1000110 | 101111 |
Color Harmonies of #2ECD24
Complementary color
Monochromatic Colors of #2ECD24
Black with #2ECD24
Text Example
Text Example
White with #2ECD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD24; }
p { color: rgb(46,205,36); }
H1.HeaderClassName
{
color: #2ECD24;
}
.AnyTagClassName
{
color: #2ECD24;
}
</style>
background-color css
<style>
a { background-color: #2ECD24; }
a { background-color: rgb(46,205,36); }
div.DivClassName
{
background-color: #2ECD24;
}
.BgClassName
{
background-color: #2ECD24;
}
</style>
border-color css
<style>
span { border-color: #2ECD24; }
span { border-color: rgb(46,205,36); }
td.TdClassName
{
border-color: #2ECD24;
}
.TagClassName
{
border-color: #2ECD24;
}
</style>