Shades of Lime Green #21D13D
Tints of Lime Green #21D13D
RGB
CMYK
RGB Variations
Color information
#21D13D (or 0x21D13D) is known color: Lime Green. HEX triplet: 21, D1 and 3D. RGB value is (33,209,61). Sum of RGB (Red+Green+Blue) = 33+209+61=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 209 (82.03% from 255 or 68.98% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 209 - color contains mainly: green. Hex color #21D13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D13D is #DE2EC2. Grayscale: #8B8B8B. Windows color (decimal): -14560963 or 4051233. OLE color: 4051233.
HSL color Cylindrical-coordinate representation of color #21D13D: hue angle of 129.55º 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 #21D13D is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 209 | 61 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.18 |
| HSL | 129.55º | 0.73% | 0.47% | - |
| HSV(B) | 129.55º | 0.84% | 0.82% | - |
| XYZ | 24.27 | 46.26 | 12.07 | - |
| YUV | 139.5 | 83.69 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 209 | 61 | 0.84 | 0 | 0.71 | 0.18 | 129.55 | 0.73 | 0.47 |
| Hex | 21 | D1 | 3D | 54 | 0 | 47 | 12 | 82 | 49 | 2F |
| Octal | 41 | 321 | 75 | 124 | 0 | 107 | 22 | 202 | 111 | 57 |
| Binary | 100001 | 11010001 | 111101 | 1010100 | 0 | 1000111 | 10010 | 10000010 | 1001001 | 101111 |
Color Harmonies of #21D13D
Complementary color
Monochromatic Colors of #21D13D
Black with #21D13D
Text Example
Text Example
White with #21D13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D13D; }
p { color: rgb(33,209,61); }
H1.HeaderClassName
{
color: #21D13D;
}
.AnyTagClassName
{
color: #21D13D;
}
</style>
background-color css
<style>
a { background-color: #21D13D; }
a { background-color: rgb(33,209,61); }
div.DivClassName
{
background-color: #21D13D;
}
.BgClassName
{
background-color: #21D13D;
}
</style>
border-color css
<style>
span { border-color: #21D13D; }
span { border-color: rgb(33,209,61); }
td.TdClassName
{
border-color: #21D13D;
}
.TagClassName
{
border-color: #21D13D;
}
</style>