Shades of Lime Green #21D03D
Tints of Lime Green #21D03D
RGB
CMYK
RGB Variations
Color information
#21D03D (or 0x21D03D) is known color: Lime Green. HEX triplet: 21, D0 and 3D. RGB value is (33,208,61). Sum of RGB (Red+Green+Blue) = 33+208+61=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 208 (81.64% from 255 or 68.87% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 208 - color contains mainly: green. Hex color #21D03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D03D is #DE2FC2. Grayscale: #8B8B8B. Windows color (decimal): -14561219 or 4050977. OLE color: 4050977.
HSL color Cylindrical-coordinate representation of color #21D03D: hue angle of 129.6º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D03D is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 208 | 61 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.18 |
| HSL | 129.6º | 0.73% | 0.47% | - |
| HSV(B) | 129.6º | 0.84% | 0.82% | - |
| XYZ | 24.03 | 45.77 | 11.98 | - |
| YUV | 138.92 | 84.02 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 208 | 61 | 0.84 | 0 | 0.71 | 0.18 | 129.6 | 0.73 | 0.47 |
| Hex | 21 | D0 | 3D | 54 | 0 | 47 | 12 | 82 | 49 | 2F |
| Octal | 41 | 320 | 75 | 124 | 0 | 107 | 22 | 202 | 111 | 57 |
| Binary | 100001 | 11010000 | 111101 | 1010100 | 0 | 1000111 | 10010 | 10000010 | 1001001 | 101111 |
Color Harmonies of #21D03D
Complementary color
Monochromatic Colors of #21D03D
Black with #21D03D
Text Example
Text Example
White with #21D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D03D; }
p { color: rgb(33,208,61); }
H1.HeaderClassName
{
color: #21D03D;
}
.AnyTagClassName
{
color: #21D03D;
}
</style>
background-color css
<style>
a { background-color: #21D03D; }
a { background-color: rgb(33,208,61); }
div.DivClassName
{
background-color: #21D03D;
}
.BgClassName
{
background-color: #21D03D;
}
</style>
border-color css
<style>
span { border-color: #21D03D; }
span { border-color: rgb(33,208,61); }
td.TdClassName
{
border-color: #21D03D;
}
.TagClassName
{
border-color: #21D03D;
}
</style>