Shades of Lime Green #21D417
Tints of Lime Green #21D417
RGB
CMYK
RGB Variations
Color information
#21D417 (or 0x21D417) is known color: Lime Green. HEX triplet: 21, D4 and 17. RGB value is (33,212,23). Sum of RGB (Red+Green+Blue) = 33+212+23=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 212 (83.20% from 255 or 79.10% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 212 - color contains mainly: green. Hex color #21D417 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D417 is #DE2BE8. Grayscale: #898989. Windows color (decimal): -14560233 or 1561633. OLE color: 1561633.
HSL color Cylindrical-coordinate representation of color #21D417: hue angle of 116.83º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21D417 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 23 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.17 |
| HSL | 116.83º | 0.8% | 0.46% | - |
| HSV(B) | 116.83º | 0.89% | 0.83% | - |
| XYZ | 24.33 | 47.47 | 8.69 | - |
| YUV | 136.93 | 63.7 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 23 | 0.84 | 0 | 0.89 | 0.17 | 116.83 | 0.8 | 0.46 |
| Hex | 21 | D4 | 17 | 54 | 0 | 59 | 11 | 75 | 50 | 2E |
| Octal | 41 | 324 | 27 | 124 | 0 | 131 | 21 | 165 | 120 | 56 |
| Binary | 100001 | 11010100 | 10111 | 1010100 | 0 | 1011001 | 10001 | 1110101 | 1010000 | 101110 |
Color Harmonies of #21D417
Complementary color
Monochromatic Colors of #21D417
Black with #21D417
Text Example
Text Example
White with #21D417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D417; }
p { color: rgb(33,212,23); }
H1.HeaderClassName
{
color: #21D417;
}
.AnyTagClassName
{
color: #21D417;
}
</style>
background-color css
<style>
a { background-color: #21D417; }
a { background-color: rgb(33,212,23); }
div.DivClassName
{
background-color: #21D417;
}
.BgClassName
{
background-color: #21D417;
}
</style>
border-color css
<style>
span { border-color: #21D417; }
span { border-color: rgb(33,212,23); }
td.TdClassName
{
border-color: #21D417;
}
.TagClassName
{
border-color: #21D417;
}
</style>