Shades of Lime Green #21DC28
Tints of Lime Green #21DC28
RGB
CMYK
RGB Variations
Color information
#21DC28 (or 0x21DC28) is known color: Lime Green. HEX triplet: 21, DC and 28. RGB value is (33,220,40). Sum of RGB (Red+Green+Blue) = 33+220+40=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 220 (86.33% from 255 or 75.09% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DC28 is #DE23D7. Grayscale: #909090. Windows color (decimal): -14558168 or 2677793. OLE color: 2677793.
HSL color Cylindrical-coordinate representation of color #21DC28: hue angle of 122.25º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DC28 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 40 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.14 |
| HSL | 122.25º | 0.74% | 0.5% | - |
| HSV(B) | 122.25º | 0.85% | 0.86% | - |
| XYZ | 26.6 | 51.66 | 10.58 | - |
| YUV | 143.57 | 69.55 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 40 | 0.85 | 0 | 0.82 | 0.14 | 122.25 | 0.74 | 0.5 |
| Hex | 21 | DC | 28 | 55 | 0 | 52 | E | 7A | 4A | 32 |
| Octal | 41 | 334 | 50 | 125 | 0 | 122 | 16 | 172 | 112 | 62 |
| Binary | 100001 | 11011100 | 101000 | 1010101 | 0 | 1010010 | 1110 | 1111010 | 1001010 | 110010 |
Color Harmonies of #21DC28
Complementary color
Monochromatic Colors of #21DC28
Black with #21DC28
Text Example
Text Example
White with #21DC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DC28; }
p { color: rgb(33,220,40); }
H1.HeaderClassName
{
color: #21DC28;
}
.AnyTagClassName
{
color: #21DC28;
}
</style>
background-color css
<style>
a { background-color: #21DC28; }
a { background-color: rgb(33,220,40); }
div.DivClassName
{
background-color: #21DC28;
}
.BgClassName
{
background-color: #21DC28;
}
</style>
border-color css
<style>
span { border-color: #21DC28; }
span { border-color: rgb(33,220,40); }
td.TdClassName
{
border-color: #21DC28;
}
.TagClassName
{
border-color: #21DC28;
}
</style>