Shades of Lime Green #2CC821
Tints of Lime Green #2CC821
RGB
CMYK
RGB Variations
Color information
#2CC821 (or 0x2CC821) is known color: Lime Green. HEX triplet: 2C, C8 and 21. RGB value is (44,200,33). Sum of RGB (Red+Green+Blue) = 44+200+33=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 200 (78.52% from 255 or 72.20% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC821 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC821 is #D337DE. Grayscale: #868686. Windows color (decimal): -13842399 or 2213932. OLE color: 2213932.
HSL color Cylindrical-coordinate representation of color #2CC821: hue angle of 116.05º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CC821 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 200 | 33 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.22 |
| HSL | 116.05º | 0.72% | 0.46% | - |
| HSV(B) | 116.05º | 0.84% | 0.78% | - |
| XYZ | 21.97 | 41.95 | 8.38 | - |
| YUV | 134.32 | 70.82 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 200 | 33 | 0.78 | 0 | 0.84 | 0.22 | 116.05 | 0.72 | 0.46 |
| Hex | 2C | C8 | 21 | 4E | 0 | 54 | 16 | 74 | 48 | 2E |
| Octal | 54 | 310 | 41 | 116 | 0 | 124 | 26 | 164 | 110 | 56 |
| Binary | 101100 | 11001000 | 100001 | 1001110 | 0 | 1010100 | 10110 | 1110100 | 1001000 | 101110 |
Color Harmonies of #2CC821
Complementary color
Monochromatic Colors of #2CC821
Black with #2CC821
Text Example
Text Example
White with #2CC821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC821; }
p { color: rgb(44,200,33); }
H1.HeaderClassName
{
color: #2CC821;
}
.AnyTagClassName
{
color: #2CC821;
}
</style>
background-color css
<style>
a { background-color: #2CC821; }
a { background-color: rgb(44,200,33); }
div.DivClassName
{
background-color: #2CC821;
}
.BgClassName
{
background-color: #2CC821;
}
</style>
border-color css
<style>
span { border-color: #2CC821; }
span { border-color: rgb(44,200,33); }
td.TdClassName
{
border-color: #2CC821;
}
.TagClassName
{
border-color: #2CC821;
}
</style>