Shades of Lime Green #21DC17
Tints of Lime Green #21DC17
RGB
CMYK
RGB Variations
Color information
#21DC17 (or 0x21DC17) is known color: Lime Green. HEX triplet: 21, DC and 17. RGB value is (33,220,23). Sum of RGB (Red+Green+Blue) = 33+220+23=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 220 (86.33% from 255 or 79.71% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21DC17 is #DE23E8. Grayscale: #8E8E8E. Windows color (decimal): -14558185 or 1563681. OLE color: 1563681.
HSL color Cylindrical-coordinate representation of color #21DC17: hue angle of 116.95º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21DC17 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 23 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.14 |
| HSL | 116.95º | 0.81% | 0.48% | - |
| HSV(B) | 116.95º | 0.9% | 0.86% | - |
| XYZ | 26.38 | 51.57 | 9.37 | - |
| YUV | 141.63 | 61.05 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 23 | 0.85 | 0 | 0.90 | 0.14 | 116.95 | 0.81 | 0.48 |
| Hex | 21 | DC | 17 | 55 | 0 | 5A | E | 75 | 51 | 30 |
| Octal | 41 | 334 | 27 | 125 | 0 | 132 | 16 | 165 | 121 | 60 |
| Binary | 100001 | 11011100 | 10111 | 1010101 | 0 | 1011010 | 1110 | 1110101 | 1010001 | 110000 |
Color Harmonies of #21DC17
Complementary color
Monochromatic Colors of #21DC17
Black with #21DC17
Text Example
Text Example
White with #21DC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DC17; }
p { color: rgb(33,220,23); }
H1.HeaderClassName
{
color: #21DC17;
}
.AnyTagClassName
{
color: #21DC17;
}
</style>
background-color css
<style>
a { background-color: #21DC17; }
a { background-color: rgb(33,220,23); }
div.DivClassName
{
background-color: #21DC17;
}
.BgClassName
{
background-color: #21DC17;
}
</style>
border-color css
<style>
span { border-color: #21DC17; }
span { border-color: rgb(33,220,23); }
td.TdClassName
{
border-color: #21DC17;
}
.TagClassName
{
border-color: #21DC17;
}
</style>