Shades of Lime Green #21D33F
Tints of Lime Green #21D33F
RGB
CMYK
RGB Variations
Color information
#21D33F (or 0x21D33F) is known color: Lime Green. HEX triplet: 21, D3 and 3F. RGB value is (33,211,63). Sum of RGB (Red+Green+Blue) = 33+211+63=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 211 (82.81% from 255 or 68.73% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 211 - color contains mainly: green. Hex color #21D33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D33F is #DE2CC0. Grayscale: #8D8D8D. Windows color (decimal): -14560449 or 4182817. OLE color: 4182817.
HSL color Cylindrical-coordinate representation of color #21D33F: hue angle of 130.11º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D33F is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 63 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.17 |
| HSL | 130.11º | 0.73% | 0.48% | - |
| HSV(B) | 130.11º | 0.84% | 0.83% | - |
| XYZ | 24.82 | 47.27 | 12.52 | - |
| YUV | 140.91 | 84.03 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 63 | 0.84 | 0 | 0.70 | 0.17 | 130.11 | 0.73 | 0.48 |
| Hex | 21 | D3 | 3F | 54 | 0 | 46 | 11 | 82 | 49 | 30 |
| Octal | 41 | 323 | 77 | 124 | 0 | 106 | 21 | 202 | 111 | 60 |
| Binary | 100001 | 11010011 | 111111 | 1010100 | 0 | 1000110 | 10001 | 10000010 | 1001001 | 110000 |
Color Harmonies of #21D33F
Complementary color
Monochromatic Colors of #21D33F
Black with #21D33F
Text Example
Text Example
White with #21D33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D33F; }
p { color: rgb(33,211,63); }
H1.HeaderClassName
{
color: #21D33F;
}
.AnyTagClassName
{
color: #21D33F;
}
</style>
background-color css
<style>
a { background-color: #21D33F; }
a { background-color: rgb(33,211,63); }
div.DivClassName
{
background-color: #21D33F;
}
.BgClassName
{
background-color: #21D33F;
}
</style>
border-color css
<style>
span { border-color: #21D33F; }
span { border-color: rgb(33,211,63); }
td.TdClassName
{
border-color: #21D33F;
}
.TagClassName
{
border-color: #21D33F;
}
</style>