Shades of Lime Green #2CC916
Tints of Lime Green #2CC916
RGB
CMYK
RGB Variations
Color information
#2CC916 (or 0x2CC916) is known color: Lime Green. HEX triplet: 2C, C9 and 16. RGB value is (44,201,22). Sum of RGB (Red+Green+Blue) = 44+201+22=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 201 (78.91% from 255 or 75.28% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC916 is #D336E9. Grayscale: #868686. Windows color (decimal): -13842154 or 1493292. OLE color: 1493292.
HSL color Cylindrical-coordinate representation of color #2CC916: hue angle of 112.63º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2CC916 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 201 | 22 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.21 |
| HSL | 112.63º | 0.8% | 0.44% | - |
| HSV(B) | 112.63º | 0.89% | 0.79% | - |
| XYZ | 22.07 | 42.37 | 7.77 | - |
| YUV | 133.65 | 64.99 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 201 | 22 | 0.78 | 0 | 0.89 | 0.21 | 112.63 | 0.8 | 0.44 |
| Hex | 2C | C9 | 16 | 4E | 0 | 59 | 15 | 71 | 50 | 2C |
| Octal | 54 | 311 | 26 | 116 | 0 | 131 | 25 | 161 | 120 | 54 |
| Binary | 101100 | 11001001 | 10110 | 1001110 | 0 | 1011001 | 10101 | 1110001 | 1010000 | 101100 |
Color Harmonies of #2CC916
Complementary color
Monochromatic Colors of #2CC916
Black with #2CC916
Text Example
Text Example
White with #2CC916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC916; }
p { color: rgb(44,201,22); }
H1.HeaderClassName
{
color: #2CC916;
}
.AnyTagClassName
{
color: #2CC916;
}
</style>
background-color css
<style>
a { background-color: #2CC916; }
a { background-color: rgb(44,201,22); }
div.DivClassName
{
background-color: #2CC916;
}
.BgClassName
{
background-color: #2CC916;
}
</style>
border-color css
<style>
span { border-color: #2CC916; }
span { border-color: rgb(44,201,22); }
td.TdClassName
{
border-color: #2CC916;
}
.TagClassName
{
border-color: #2CC916;
}
</style>