Shades of Lime Green #21C906
Tints of Lime Green #21C906
RGB
CMYK
RGB Variations
Color information
#21C906 (or 0x21C906) is known color: Lime Green. HEX triplet: 21, C9 and 06. RGB value is (33,201,6). Sum of RGB (Red+Green+Blue) = 33+201+6=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 201 (78.91% from 255 or 83.75% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 201 - color contains mainly: green. Hex color #21C906 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C906 is #DE36F9. Grayscale: #818181. Windows color (decimal): -14563066 or 444705. OLE color: 444705.
HSL color Cylindrical-coordinate representation of color #21C906: hue angle of 111.69º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21C906 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 201 | 6 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.21 |
| HSL | 111.69º | 0.94% | 0.41% | - |
| HSV(B) | 111.69º | 0.97% | 0.79% | - |
| XYZ | 21.55 | 42.11 | 7.16 | - |
| YUV | 128.54 | 58.84 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 201 | 6 | 0.84 | 0 | 0.97 | 0.21 | 111.69 | 0.94 | 0.41 |
| Hex | 21 | C9 | 6 | 54 | 0 | 61 | 15 | 70 | 5E | 29 |
| Octal | 41 | 311 | 6 | 124 | 0 | 141 | 25 | 160 | 136 | 51 |
| Binary | 100001 | 11001001 | 110 | 1010100 | 0 | 1100001 | 10101 | 1110000 | 1011110 | 101001 |
Color Harmonies of #21C906
Complementary color
Monochromatic Colors of #21C906
Black with #21C906
Text Example
Text Example
White with #21C906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C906; }
p { color: rgb(33,201,6); }
H1.HeaderClassName
{
color: #21C906;
}
.AnyTagClassName
{
color: #21C906;
}
</style>
background-color css
<style>
a { background-color: #21C906; }
a { background-color: rgb(33,201,6); }
div.DivClassName
{
background-color: #21C906;
}
.BgClassName
{
background-color: #21C906;
}
</style>
border-color css
<style>
span { border-color: #21C906; }
span { border-color: rgb(33,201,6); }
td.TdClassName
{
border-color: #21C906;
}
.TagClassName
{
border-color: #21C906;
}
</style>