Shades of Lime Green #21D30D
Tints of Lime Green #21D30D
RGB
CMYK
RGB Variations
Color information
#21D30D (or 0x21D30D) is known color: Lime Green. HEX triplet: 21, D3 and 0D. RGB value is (33,211,13). Sum of RGB (Red+Green+Blue) = 33+211+13=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 211 (82.81% from 255 or 82.10% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 211 - color contains mainly: green. Hex color #21D30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D30D is #DE2CF2. Grayscale: #878787. Windows color (decimal): -14560499 or 906017. OLE color: 906017.
HSL color Cylindrical-coordinate representation of color #21D30D: hue angle of 113.94º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21D30D is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 13 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.17 |
| HSL | 113.94º | 0.88% | 0.44% | - |
| HSV(B) | 113.94º | 0.94% | 0.83% | - |
| XYZ | 23.99 | 46.94 | 8.18 | - |
| YUV | 135.21 | 59.03 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 13 | 0.84 | 0 | 0.94 | 0.17 | 113.94 | 0.88 | 0.44 |
| Hex | 21 | D3 | D | 54 | 0 | 5E | 11 | 72 | 58 | 2C |
| Octal | 41 | 323 | 15 | 124 | 0 | 136 | 21 | 162 | 130 | 54 |
| Binary | 100001 | 11010011 | 1101 | 1010100 | 0 | 1011110 | 10001 | 1110010 | 1011000 | 101100 |
Color Harmonies of #21D30D
Complementary color
Monochromatic Colors of #21D30D
Black with #21D30D
Text Example
Text Example
White with #21D30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D30D; }
p { color: rgb(33,211,13); }
H1.HeaderClassName
{
color: #21D30D;
}
.AnyTagClassName
{
color: #21D30D;
}
</style>
background-color css
<style>
a { background-color: #21D30D; }
a { background-color: rgb(33,211,13); }
div.DivClassName
{
background-color: #21D30D;
}
.BgClassName
{
background-color: #21D30D;
}
</style>
border-color css
<style>
span { border-color: #21D30D; }
span { border-color: rgb(33,211,13); }
td.TdClassName
{
border-color: #21D30D;
}
.TagClassName
{
border-color: #21D30D;
}
</style>