Shades of Lime Green #21D20C
Tints of Lime Green #21D20C
RGB
CMYK
RGB Variations
Color information
#21D20C (or 0x21D20C) is known color: Lime Green. HEX triplet: 21, D2 and 0C. RGB value is (33,210,12). Sum of RGB (Red+Green+Blue) = 33+210+12=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 210 (82.42% from 255 or 82.35% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 210 - color contains mainly: green. Hex color #21D20C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D20C is #DE2DF3. Grayscale: #878787. Windows color (decimal): -14560756 or 840225. OLE color: 840225.
HSL color Cylindrical-coordinate representation of color #21D20C: hue angle of 113.64º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21D20C is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 12 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.18 |
| HSL | 113.64º | 0.89% | 0.44% | - |
| HSV(B) | 113.64º | 0.94% | 0.82% | - |
| XYZ | 23.74 | 46.44 | 8.06 | - |
| YUV | 134.51 | 58.86 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 12 | 0.84 | 0 | 0.94 | 0.18 | 113.64 | 0.89 | 0.44 |
| Hex | 21 | D2 | C | 54 | 0 | 5E | 12 | 72 | 59 | 2C |
| Octal | 41 | 322 | 14 | 124 | 0 | 136 | 22 | 162 | 131 | 54 |
| Binary | 100001 | 11010010 | 1100 | 1010100 | 0 | 1011110 | 10010 | 1110010 | 1011001 | 101100 |
Color Harmonies of #21D20C
Complementary color
Monochromatic Colors of #21D20C
Black with #21D20C
Text Example
Text Example
White with #21D20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D20C; }
p { color: rgb(33,210,12); }
H1.HeaderClassName
{
color: #21D20C;
}
.AnyTagClassName
{
color: #21D20C;
}
</style>
background-color css
<style>
a { background-color: #21D20C; }
a { background-color: rgb(33,210,12); }
div.DivClassName
{
background-color: #21D20C;
}
.BgClassName
{
background-color: #21D20C;
}
</style>
border-color css
<style>
span { border-color: #21D20C; }
span { border-color: rgb(33,210,12); }
td.TdClassName
{
border-color: #21D20C;
}
.TagClassName
{
border-color: #21D20C;
}
</style>