Shades of Lime Green #21DE2C
Tints of Lime Green #21DE2C
RGB
CMYK
RGB Variations
Color information
#21DE2C (or 0x21DE2C) is known color: Lime Green. HEX triplet: 21, DE and 2C. RGB value is (33,222,44). Sum of RGB (Red+Green+Blue) = 33+222+44=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 222 (87.11% from 255 or 74.25% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 222 - color contains mainly: green. Hex color #21DE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DE2C is #DE21D3. Grayscale: #919191. Windows color (decimal): -14557652 or 2940449. OLE color: 2940449.
HSL color Cylindrical-coordinate representation of color #21DE2C: hue angle of 123.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DE2C is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 222 | 44 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.13 |
| HSL | 123.49º | 0.74% | 0.5% | - |
| HSV(B) | 123.49º | 0.85% | 0.87% | - |
| XYZ | 27.2 | 52.75 | 11.13 | - |
| YUV | 145.2 | 70.88 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 222 | 44 | 0.85 | 0 | 0.80 | 0.13 | 123.49 | 0.74 | 0.5 |
| Hex | 21 | DE | 2C | 55 | 0 | 50 | D | 7B | 4A | 32 |
| Octal | 41 | 336 | 54 | 125 | 0 | 120 | 15 | 173 | 112 | 62 |
| Binary | 100001 | 11011110 | 101100 | 1010101 | 0 | 1010000 | 1101 | 1111011 | 1001010 | 110010 |
Color Harmonies of #21DE2C
Complementary color
Monochromatic Colors of #21DE2C
Black with #21DE2C
Text Example
Text Example
White with #21DE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DE2C; }
p { color: rgb(33,222,44); }
H1.HeaderClassName
{
color: #21DE2C;
}
.AnyTagClassName
{
color: #21DE2C;
}
</style>
background-color css
<style>
a { background-color: #21DE2C; }
a { background-color: rgb(33,222,44); }
div.DivClassName
{
background-color: #21DE2C;
}
.BgClassName
{
background-color: #21DE2C;
}
</style>
border-color css
<style>
span { border-color: #21DE2C; }
span { border-color: rgb(33,222,44); }
td.TdClassName
{
border-color: #21DE2C;
}
.TagClassName
{
border-color: #21DE2C;
}
</style>