Shades of Lime Green #2CD221
Tints of Lime Green #2CD221
RGB
CMYK
RGB Variations
Color information
#2CD221 (or 0x2CD221) is known color: Lime Green. HEX triplet: 2C, D2 and 21. RGB value is (44,210,33). Sum of RGB (Red+Green+Blue) = 44+210+33=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 210 (82.42% from 255 or 73.17% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD221 is #D32DDE. Grayscale: #8C8C8C. Windows color (decimal): -13839839 or 2216492. OLE color: 2216492.
HSL color Cylindrical-coordinate representation of color #2CD221: hue angle of 116.27º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CD221 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 210 | 33 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.18 |
| HSL | 116.27º | 0.73% | 0.48% | - |
| HSV(B) | 116.27º | 0.84% | 0.82% | - |
| XYZ | 24.36 | 46.74 | 9.18 | - |
| YUV | 140.19 | 67.5 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 210 | 33 | 0.79 | 0 | 0.84 | 0.18 | 116.27 | 0.73 | 0.48 |
| Hex | 2C | D2 | 21 | 4F | 0 | 54 | 12 | 74 | 49 | 30 |
| Octal | 54 | 322 | 41 | 117 | 0 | 124 | 22 | 164 | 111 | 60 |
| Binary | 101100 | 11010010 | 100001 | 1001111 | 0 | 1010100 | 10010 | 1110100 | 1001001 | 110000 |
Color Harmonies of #2CD221
Complementary color
Monochromatic Colors of #2CD221
Black with #2CD221
Text Example
Text Example
White with #2CD221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD221; }
p { color: rgb(44,210,33); }
H1.HeaderClassName
{
color: #2CD221;
}
.AnyTagClassName
{
color: #2CD221;
}
</style>
background-color css
<style>
a { background-color: #2CD221; }
a { background-color: rgb(44,210,33); }
div.DivClassName
{
background-color: #2CD221;
}
.BgClassName
{
background-color: #2CD221;
}
</style>
border-color css
<style>
span { border-color: #2CD221; }
span { border-color: rgb(44,210,33); }
td.TdClassName
{
border-color: #2CD221;
}
.TagClassName
{
border-color: #2CD221;
}
</style>