Shades of Lime Green #2ECC24
Tints of Lime Green #2ECC24
RGB
CMYK
RGB Variations
Color information
#2ECC24 (or 0x2ECC24) is known color: Lime Green. HEX triplet: 2E, CC and 24. RGB value is (46,204,36). Sum of RGB (Red+Green+Blue) = 46+204+36=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECC24 is #D133DB. Grayscale: #8A8A8A. Windows color (decimal): -13710300 or 2411566. OLE color: 2411566.
HSL color Cylindrical-coordinate representation of color #2ECC24: hue angle of 116.43º 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 #2ECC24 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 36 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.2 |
| HSL | 116.43º | 0.7% | 0.47% | - |
| HSV(B) | 116.43º | 0.82% | 0.8% | - |
| XYZ | 23.04 | 43.89 | 8.93 | - |
| YUV | 137.61 | 70.65 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 36 | 0.77 | 0 | 0.82 | 0.2 | 116.43 | 0.7 | 0.47 |
| Hex | 2E | CC | 24 | 4D | 0 | 52 | 14 | 74 | 46 | 2F |
| Octal | 56 | 314 | 44 | 115 | 0 | 122 | 24 | 164 | 106 | 57 |
| Binary | 101110 | 11001100 | 100100 | 1001101 | 0 | 1010010 | 10100 | 1110100 | 1000110 | 101111 |
Color Harmonies of #2ECC24
Complementary color
Monochromatic Colors of #2ECC24
Black with #2ECC24
Text Example
Text Example
White with #2ECC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECC24; }
p { color: rgb(46,204,36); }
H1.HeaderClassName
{
color: #2ECC24;
}
.AnyTagClassName
{
color: #2ECC24;
}
</style>
background-color css
<style>
a { background-color: #2ECC24; }
a { background-color: rgb(46,204,36); }
div.DivClassName
{
background-color: #2ECC24;
}
.BgClassName
{
background-color: #2ECC24;
}
</style>
border-color css
<style>
span { border-color: #2ECC24; }
span { border-color: rgb(46,204,36); }
td.TdClassName
{
border-color: #2ECC24;
}
.TagClassName
{
border-color: #2ECC24;
}
</style>