Shades of Lime Green #21D416
Tints of Lime Green #21D416
RGB
CMYK
RGB Variations
Color information
#21D416 (or 0x21D416) is known color: Lime Green. HEX triplet: 21, D4 and 16. RGB value is (33,212,22). Sum of RGB (Red+Green+Blue) = 33+212+22=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 212 (83.20% from 255 or 79.40% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 212 - color contains mainly: green. Hex color #21D416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D416 is #DE2BE9. Grayscale: #898989. Windows color (decimal): -14560234 or 1496097. OLE color: 1496097.
HSL color Cylindrical-coordinate representation of color #21D416: hue angle of 116.53º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21D416 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 22 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.17 |
| HSL | 116.53º | 0.81% | 0.46% | - |
| HSV(B) | 116.53º | 0.9% | 0.83% | - |
| XYZ | 24.32 | 47.47 | 8.64 | - |
| YUV | 136.82 | 63.2 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 22 | 0.84 | 0 | 0.90 | 0.17 | 116.53 | 0.81 | 0.46 |
| Hex | 21 | D4 | 16 | 54 | 0 | 5A | 11 | 75 | 51 | 2E |
| Octal | 41 | 324 | 26 | 124 | 0 | 132 | 21 | 165 | 121 | 56 |
| Binary | 100001 | 11010100 | 10110 | 1010100 | 0 | 1011010 | 10001 | 1110101 | 1010001 | 101110 |
Color Harmonies of #21D416
Complementary color
Monochromatic Colors of #21D416
Black with #21D416
Text Example
Text Example
White with #21D416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D416; }
p { color: rgb(33,212,22); }
H1.HeaderClassName
{
color: #21D416;
}
.AnyTagClassName
{
color: #21D416;
}
</style>
background-color css
<style>
a { background-color: #21D416; }
a { background-color: rgb(33,212,22); }
div.DivClassName
{
background-color: #21D416;
}
.BgClassName
{
background-color: #21D416;
}
</style>
border-color css
<style>
span { border-color: #21D416; }
span { border-color: rgb(33,212,22); }
td.TdClassName
{
border-color: #21D416;
}
.TagClassName
{
border-color: #21D416;
}
</style>