Shades of Lime Green #21DF1F
Tints of Lime Green #21DF1F
RGB
CMYK
RGB Variations
Color information
#21DF1F (or 0x21DF1F) is known color: Lime Green. HEX triplet: 21, DF and 1F. RGB value is (33,223,31). Sum of RGB (Red+Green+Blue) = 33+223+31=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DF1F is #DE20E0. Grayscale: #909090. Windows color (decimal): -14557409 or 2088737. OLE color: 2088737.
HSL color Cylindrical-coordinate representation of color #21DF1F: hue angle of 119.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21DF1F is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 31 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.13 |
| HSL | 119.38º | 0.76% | 0.5% | - |
| HSV(B) | 119.38º | 0.86% | 0.87% | - |
| XYZ | 27.26 | 53.2 | 10.13 | - |
| YUV | 144.3 | 64.05 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 31 | 0.85 | 0 | 0.86 | 0.13 | 119.38 | 0.76 | 0.5 |
| Hex | 21 | DF | 1F | 55 | 0 | 56 | D | 77 | 4C | 32 |
| Octal | 41 | 337 | 37 | 125 | 0 | 126 | 15 | 167 | 114 | 62 |
| Binary | 100001 | 11011111 | 11111 | 1010101 | 0 | 1010110 | 1101 | 1110111 | 1001100 | 110010 |
Color Harmonies of #21DF1F
Complementary color
Monochromatic Colors of #21DF1F
Black with #21DF1F
Text Example
Text Example
White with #21DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DF1F; }
p { color: rgb(33,223,31); }
H1.HeaderClassName
{
color: #21DF1F;
}
.AnyTagClassName
{
color: #21DF1F;
}
</style>
background-color css
<style>
a { background-color: #21DF1F; }
a { background-color: rgb(33,223,31); }
div.DivClassName
{
background-color: #21DF1F;
}
.BgClassName
{
background-color: #21DF1F;
}
</style>
border-color css
<style>
span { border-color: #21DF1F; }
span { border-color: rgb(33,223,31); }
td.TdClassName
{
border-color: #21DF1F;
}
.TagClassName
{
border-color: #21DF1F;
}
</style>