Shades of Lime Green #21DD2B
Tints of Lime Green #21DD2B
RGB
CMYK
RGB Variations
Color information
#21DD2B (or 0x21DD2B) is known color: Lime Green. HEX triplet: 21, DD and 2B. RGB value is (33,221,43). Sum of RGB (Red+Green+Blue) = 33+221+43=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 221 (86.72% from 255 or 74.41% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DD2B is #DE22D4. Grayscale: #919191. Windows color (decimal): -14557909 or 2874657. OLE color: 2874657.
HSL color Cylindrical-coordinate representation of color #21DD2B: hue angle of 123.19º 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 #21DD2B is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 43 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.13 |
| HSL | 123.19º | 0.74% | 0.5% | - |
| HSV(B) | 123.19º | 0.85% | 0.87% | - |
| XYZ | 26.92 | 52.21 | 10.94 | - |
| YUV | 144.5 | 70.72 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 43 | 0.85 | 0 | 0.81 | 0.13 | 123.19 | 0.74 | 0.5 |
| Hex | 21 | DD | 2B | 55 | 0 | 51 | D | 7B | 4A | 32 |
| Octal | 41 | 335 | 53 | 125 | 0 | 121 | 15 | 173 | 112 | 62 |
| Binary | 100001 | 11011101 | 101011 | 1010101 | 0 | 1010001 | 1101 | 1111011 | 1001010 | 110010 |
Color Harmonies of #21DD2B
Complementary color
Monochromatic Colors of #21DD2B
Black with #21DD2B
Text Example
Text Example
White with #21DD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD2B; }
p { color: rgb(33,221,43); }
H1.HeaderClassName
{
color: #21DD2B;
}
.AnyTagClassName
{
color: #21DD2B;
}
</style>
background-color css
<style>
a { background-color: #21DD2B; }
a { background-color: rgb(33,221,43); }
div.DivClassName
{
background-color: #21DD2B;
}
.BgClassName
{
background-color: #21DD2B;
}
</style>
border-color css
<style>
span { border-color: #21DD2B; }
span { border-color: rgb(33,221,43); }
td.TdClassName
{
border-color: #21DD2B;
}
.TagClassName
{
border-color: #21DD2B;
}
</style>