Shades of Lime Green #2CD815
Tints of Lime Green #2CD815
RGB
CMYK
RGB Variations
Color information
#2CD815 (or 0x2CD815) is known color: Lime Green. HEX triplet: 2C, D8 and 15. RGB value is (44,216,21). Sum of RGB (Red+Green+Blue) = 44+216+21=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 216 (84.77% from 255 or 76.87% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 216 - color contains mainly: green. Hex color #2CD815 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD815 is #D327EA. Grayscale: #8E8E8E. Windows color (decimal): -13838315 or 1431596. OLE color: 1431596.
HSL color Cylindrical-coordinate representation of color #2CD815: hue angle of 112.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CD815 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 216 | 21 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.15 |
| HSL | 112.92º | 0.82% | 0.46% | - |
| HSV(B) | 112.92º | 0.9% | 0.85% | - |
| XYZ | 25.73 | 49.7 | 8.95 | - |
| YUV | 142.34 | 59.52 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 216 | 21 | 0.80 | 0 | 0.90 | 0.15 | 112.92 | 0.82 | 0.46 |
| Hex | 2C | D8 | 15 | 50 | 0 | 5A | F | 71 | 52 | 2E |
| Octal | 54 | 330 | 25 | 120 | 0 | 132 | 17 | 161 | 122 | 56 |
| Binary | 101100 | 11011000 | 10101 | 1010000 | 0 | 1011010 | 1111 | 1110001 | 1010010 | 101110 |
Color Harmonies of #2CD815
Complementary color
Monochromatic Colors of #2CD815
Black with #2CD815
Text Example
Text Example
White with #2CD815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD815; }
p { color: rgb(44,216,21); }
H1.HeaderClassName
{
color: #2CD815;
}
.AnyTagClassName
{
color: #2CD815;
}
</style>
background-color css
<style>
a { background-color: #2CD815; }
a { background-color: rgb(44,216,21); }
div.DivClassName
{
background-color: #2CD815;
}
.BgClassName
{
background-color: #2CD815;
}
</style>
border-color css
<style>
span { border-color: #2CD815; }
span { border-color: rgb(44,216,21); }
td.TdClassName
{
border-color: #2CD815;
}
.TagClassName
{
border-color: #2CD815;
}
</style>