Shades of Lime Green #21DA15
Tints of Lime Green #21DA15
RGB
CMYK
RGB Variations
Color information
#21DA15 (or 0x21DA15) is known color: Lime Green. HEX triplet: 21, DA and 15. RGB value is (33,218,21). Sum of RGB (Red+Green+Blue) = 33+218+21=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 218 (85.55% from 255 or 80.15% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 218 - color contains mainly: green. Hex color #21DA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21DA15 is #DE25EA. Grayscale: #8C8C8C. Windows color (decimal): -14558699 or 1432097. OLE color: 1432097.
HSL color Cylindrical-coordinate representation of color #21DA15: hue angle of 116.35º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21DA15 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 218 | 21 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.15 |
| HSL | 116.35º | 0.82% | 0.47% | - |
| HSV(B) | 116.35º | 0.9% | 0.85% | - |
| XYZ | 25.83 | 50.52 | 9.1 | - |
| YUV | 140.23 | 60.71 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 218 | 21 | 0.85 | 0 | 0.90 | 0.15 | 116.35 | 0.82 | 0.47 |
| Hex | 21 | DA | 15 | 55 | 0 | 5A | F | 74 | 52 | 2F |
| Octal | 41 | 332 | 25 | 125 | 0 | 132 | 17 | 164 | 122 | 57 |
| Binary | 100001 | 11011010 | 10101 | 1010101 | 0 | 1011010 | 1111 | 1110100 | 1010010 | 101111 |
Color Harmonies of #21DA15
Complementary color
Monochromatic Colors of #21DA15
Black with #21DA15
Text Example
Text Example
White with #21DA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DA15; }
p { color: rgb(33,218,21); }
H1.HeaderClassName
{
color: #21DA15;
}
.AnyTagClassName
{
color: #21DA15;
}
</style>
background-color css
<style>
a { background-color: #21DA15; }
a { background-color: rgb(33,218,21); }
div.DivClassName
{
background-color: #21DA15;
}
.BgClassName
{
background-color: #21DA15;
}
</style>
border-color css
<style>
span { border-color: #21DA15; }
span { border-color: rgb(33,218,21); }
td.TdClassName
{
border-color: #21DA15;
}
.TagClassName
{
border-color: #21DA15;
}
</style>