Shades of Lime Green #21DF1B
Tints of Lime Green #21DF1B
RGB
CMYK
RGB Variations
Color information
#21DF1B (or 0x21DF1B) is known color: Lime Green. HEX triplet: 21, DF and 1B. RGB value is (33,223,27). Sum of RGB (Red+Green+Blue) = 33+223+27=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 223 (87.5% from 255 or 78.80% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DF1B is #DE20E4. Grayscale: #909090. Windows color (decimal): -14557413 or 1826593. OLE color: 1826593.
HSL color Cylindrical-coordinate representation of color #21DF1B: hue angle of 118.16º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21DF1B is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 27 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.13 |
| HSL | 118.16º | 0.78% | 0.49% | - |
| HSV(B) | 118.16º | 0.88% | 0.87% | - |
| XYZ | 27.21 | 53.18 | 9.87 | - |
| YUV | 143.85 | 62.05 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 27 | 0.85 | 0 | 0.88 | 0.13 | 118.16 | 0.78 | 0.49 |
| Hex | 21 | DF | 1B | 55 | 0 | 58 | D | 76 | 4E | 31 |
| Octal | 41 | 337 | 33 | 125 | 0 | 130 | 15 | 166 | 116 | 61 |
| Binary | 100001 | 11011111 | 11011 | 1010101 | 0 | 1011000 | 1101 | 1110110 | 1001110 | 110001 |
Color Harmonies of #21DF1B
Complementary color
Monochromatic Colors of #21DF1B
Black with #21DF1B
Text Example
Text Example
White with #21DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DF1B; }
p { color: rgb(33,223,27); }
H1.HeaderClassName
{
color: #21DF1B;
}
.AnyTagClassName
{
color: #21DF1B;
}
</style>
background-color css
<style>
a { background-color: #21DF1B; }
a { background-color: rgb(33,223,27); }
div.DivClassName
{
background-color: #21DF1B;
}
.BgClassName
{
background-color: #21DF1B;
}
</style>
border-color css
<style>
span { border-color: #21DF1B; }
span { border-color: rgb(33,223,27); }
td.TdClassName
{
border-color: #21DF1B;
}
.TagClassName
{
border-color: #21DF1B;
}
</style>