Shades of Lime Green #21DC3B
Tints of Lime Green #21DC3B
RGB
CMYK
RGB Variations
Color information
#21DC3B (or 0x21DC3B) is known color: Lime Green. HEX triplet: 21, DC and 3B. RGB value is (33,220,59). Sum of RGB (Red+Green+Blue) = 33+220+59=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DC3B is #DE23C4. Grayscale: #929292. Windows color (decimal): -14558149 or 3922977. OLE color: 3922977.
HSL color Cylindrical-coordinate representation of color #21DC3B: hue angle of 128.34º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DC3B is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 59 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.14 |
| HSL | 128.34º | 0.74% | 0.5% | - |
| HSV(B) | 128.34º | 0.85% | 0.86% | - |
| XYZ | 27.01 | 51.83 | 12.72 | - |
| YUV | 145.73 | 79.05 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 59 | 0.85 | 0 | 0.73 | 0.14 | 128.34 | 0.74 | 0.5 |
| Hex | 21 | DC | 3B | 55 | 0 | 49 | E | 80 | 4A | 32 |
| Octal | 41 | 334 | 73 | 125 | 0 | 111 | 16 | 200 | 112 | 62 |
| Binary | 100001 | 11011100 | 111011 | 1010101 | 0 | 1001001 | 1110 | 10000000 | 1001010 | 110010 |
Color Harmonies of #21DC3B
Complementary color
Monochromatic Colors of #21DC3B
Black with #21DC3B
Text Example
Text Example
White with #21DC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DC3B; }
p { color: rgb(33,220,59); }
H1.HeaderClassName
{
color: #21DC3B;
}
.AnyTagClassName
{
color: #21DC3B;
}
</style>
background-color css
<style>
a { background-color: #21DC3B; }
a { background-color: rgb(33,220,59); }
div.DivClassName
{
background-color: #21DC3B;
}
.BgClassName
{
background-color: #21DC3B;
}
</style>
border-color css
<style>
span { border-color: #21DC3B; }
span { border-color: rgb(33,220,59); }
td.TdClassName
{
border-color: #21DC3B;
}
.TagClassName
{
border-color: #21DC3B;
}
</style>