Shades of Lime Green #2CD915
Tints of Lime Green #2CD915
RGB
CMYK
RGB Variations
Color information
#2CD915 (or 0x2CD915) is known color: Lime Green. HEX triplet: 2C, D9 and 15. RGB value is (44,217,21). Sum of RGB (Red+Green+Blue) = 44+217+21=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 217 (85.16% from 255 or 76.95% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD915 is #D326EA. Grayscale: #8F8F8F. Windows color (decimal): -13838059 or 1431852. OLE color: 1431852.
HSL color Cylindrical-coordinate representation of color #2CD915: hue angle of 112.96º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CD915 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 217 | 21 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.15 |
| HSL | 112.96º | 0.82% | 0.47% | - |
| HSV(B) | 112.96º | 0.9% | 0.85% | - |
| XYZ | 25.99 | 50.22 | 9.03 | - |
| YUV | 142.93 | 59.19 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 217 | 21 | 0.80 | 0 | 0.90 | 0.15 | 112.96 | 0.82 | 0.47 |
| Hex | 2C | D9 | 15 | 50 | 0 | 5A | F | 71 | 52 | 2F |
| Octal | 54 | 331 | 25 | 120 | 0 | 132 | 17 | 161 | 122 | 57 |
| Binary | 101100 | 11011001 | 10101 | 1010000 | 0 | 1011010 | 1111 | 1110001 | 1010010 | 101111 |
Color Harmonies of #2CD915
Complementary color
Monochromatic Colors of #2CD915
Black with #2CD915
Text Example
Text Example
White with #2CD915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD915; }
p { color: rgb(44,217,21); }
H1.HeaderClassName
{
color: #2CD915;
}
.AnyTagClassName
{
color: #2CD915;
}
</style>
background-color css
<style>
a { background-color: #2CD915; }
a { background-color: rgb(44,217,21); }
div.DivClassName
{
background-color: #2CD915;
}
.BgClassName
{
background-color: #2CD915;
}
</style>
border-color css
<style>
span { border-color: #2CD915; }
span { border-color: rgb(44,217,21); }
td.TdClassName
{
border-color: #2CD915;
}
.TagClassName
{
border-color: #2CD915;
}
</style>