Shades of Lime Green #21DF18
Tints of Lime Green #21DF18
RGB
CMYK
RGB Variations
Color information
#21DF18 (or 0x21DF18) is known color: Lime Green. HEX triplet: 21, DF and 18. RGB value is (33,223,24). Sum of RGB (Red+Green+Blue) = 33+223+24=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 223 (87.5% from 255 or 79.64% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21DF18 is #DE20E7. Grayscale: #909090. Windows color (decimal): -14557416 or 1629985. OLE color: 1629985.
HSL color Cylindrical-coordinate representation of color #21DF18: hue angle of 117.29º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21DF18 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 24 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.13 |
| HSL | 117.29º | 0.81% | 0.48% | - |
| HSV(B) | 117.29º | 0.89% | 0.87% | - |
| XYZ | 27.18 | 53.16 | 9.69 | - |
| YUV | 143.5 | 60.55 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 24 | 0.85 | 0 | 0.89 | 0.13 | 117.29 | 0.81 | 0.48 |
| Hex | 21 | DF | 18 | 55 | 0 | 59 | D | 75 | 51 | 30 |
| Octal | 41 | 337 | 30 | 125 | 0 | 131 | 15 | 165 | 121 | 60 |
| Binary | 100001 | 11011111 | 11000 | 1010101 | 0 | 1011001 | 1101 | 1110101 | 1010001 | 110000 |
Color Harmonies of #21DF18
Complementary color
Monochromatic Colors of #21DF18
Black with #21DF18
Text Example
Text Example
White with #21DF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DF18; }
p { color: rgb(33,223,24); }
H1.HeaderClassName
{
color: #21DF18;
}
.AnyTagClassName
{
color: #21DF18;
}
</style>
background-color css
<style>
a { background-color: #21DF18; }
a { background-color: rgb(33,223,24); }
div.DivClassName
{
background-color: #21DF18;
}
.BgClassName
{
background-color: #21DF18;
}
</style>
border-color css
<style>
span { border-color: #21DF18; }
span { border-color: rgb(33,223,24); }
td.TdClassName
{
border-color: #21DF18;
}
.TagClassName
{
border-color: #21DF18;
}
</style>