Shades of Lime Green #21C720
Tints of Lime Green #21C720
RGB
CMYK
RGB Variations
Color information
#21C720 (or 0x21C720) is known color: Lime Green. HEX triplet: 21, C7 and 20. RGB value is (33,199,32). Sum of RGB (Red+Green+Blue) = 33+199+32=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 199 (78.12% from 255 or 75.38% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 199 - color contains mainly: green. Hex color #21C720 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C720 is #DE38DF. Grayscale: #828282. Windows color (decimal): -14563552 or 2148129. OLE color: 2148129.
HSL color Cylindrical-coordinate representation of color #21C720: hue angle of 119.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C720 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 199 | 32 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.22 |
| HSL | 119.64º | 0.72% | 0.45% | - |
| HSV(B) | 119.64º | 0.84% | 0.78% | - |
| XYZ | 21.31 | 41.27 | 8.21 | - |
| YUV | 130.33 | 72.5 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 199 | 32 | 0.83 | 0 | 0.84 | 0.22 | 119.64 | 0.72 | 0.45 |
| Hex | 21 | C7 | 20 | 53 | 0 | 54 | 16 | 78 | 48 | 2D |
| Octal | 41 | 307 | 40 | 123 | 0 | 124 | 26 | 170 | 110 | 55 |
| Binary | 100001 | 11000111 | 100000 | 1010011 | 0 | 1010100 | 10110 | 1111000 | 1001000 | 101101 |
Color Harmonies of #21C720
Complementary color
Monochromatic Colors of #21C720
Black with #21C720
Text Example
Text Example
White with #21C720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C720; }
p { color: rgb(33,199,32); }
H1.HeaderClassName
{
color: #21C720;
}
.AnyTagClassName
{
color: #21C720;
}
</style>
background-color css
<style>
a { background-color: #21C720; }
a { background-color: rgb(33,199,32); }
div.DivClassName
{
background-color: #21C720;
}
.BgClassName
{
background-color: #21C720;
}
</style>
border-color css
<style>
span { border-color: #21C720; }
span { border-color: rgb(33,199,32); }
td.TdClassName
{
border-color: #21C720;
}
.TagClassName
{
border-color: #21C720;
}
</style>