Shades of Lime Green #21D003
Tints of Lime Green #21D003
RGB
CMYK
RGB Variations
Color information
#21D003 (or 0x21D003) is known color: Lime Green. HEX triplet: 21, D0 and 03. RGB value is (33,208,3). Sum of RGB (Red+Green+Blue) = 33+208+3=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 208 (81.64% from 255 or 85.25% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 208 - color contains mainly: green. Hex color #21D003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D003 is #DE2FFC. Grayscale: #848484. Windows color (decimal): -14561277 or 249889. OLE color: 249889.
HSL color Cylindrical-coordinate representation of color #21D003: hue angle of 111.22º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21D003 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 208 | 3 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.18 |
| HSL | 111.22º | 0.97% | 0.41% | - |
| HSV(B) | 111.22º | 0.99% | 0.82% | - |
| XYZ | 23.2 | 45.44 | 7.63 | - |
| YUV | 132.31 | 55.02 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 208 | 3 | 0.84 | 0 | 0.99 | 0.18 | 111.22 | 0.97 | 0.41 |
| Hex | 21 | D0 | 3 | 54 | 0 | 63 | 12 | 6F | 61 | 29 |
| Octal | 41 | 320 | 3 | 124 | 0 | 143 | 22 | 157 | 141 | 51 |
| Binary | 100001 | 11010000 | 11 | 1010100 | 0 | 1100011 | 10010 | 1101111 | 1100001 | 101001 |
Color Harmonies of #21D003
Complementary color
Monochromatic Colors of #21D003
Black with #21D003
Text Example
Text Example
White with #21D003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D003; }
p { color: rgb(33,208,3); }
H1.HeaderClassName
{
color: #21D003;
}
.AnyTagClassName
{
color: #21D003;
}
</style>
background-color css
<style>
a { background-color: #21D003; }
a { background-color: rgb(33,208,3); }
div.DivClassName
{
background-color: #21D003;
}
.BgClassName
{
background-color: #21D003;
}
</style>
border-color css
<style>
span { border-color: #21D003; }
span { border-color: rgb(33,208,3); }
td.TdClassName
{
border-color: #21D003;
}
.TagClassName
{
border-color: #21D003;
}
</style>