Shades of Lime Green #21D13F
Tints of Lime Green #21D13F
RGB
CMYK
RGB Variations
Color information
#21D13F (or 0x21D13F) is known color: Lime Green. HEX triplet: 21, D1 and 3F. RGB value is (33,209,63). Sum of RGB (Red+Green+Blue) = 33+209+63=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 209 (82.03% from 255 or 68.52% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 209 - color contains mainly: green. Hex color #21D13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D13F is #DE2EC0. Grayscale: #8C8C8C. Windows color (decimal): -14560961 or 4182305. OLE color: 4182305.
HSL color Cylindrical-coordinate representation of color #21D13F: hue angle of 130.23º 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 #21D13F is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 209 | 63 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.18 |
| HSL | 130.23º | 0.73% | 0.47% | - |
| HSV(B) | 130.23º | 0.84% | 0.82% | - |
| XYZ | 24.32 | 46.28 | 12.35 | - |
| YUV | 139.73 | 84.69 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 209 | 63 | 0.84 | 0 | 0.70 | 0.18 | 130.23 | 0.73 | 0.47 |
| Hex | 21 | D1 | 3F | 54 | 0 | 46 | 12 | 82 | 49 | 2F |
| Octal | 41 | 321 | 77 | 124 | 0 | 106 | 22 | 202 | 111 | 57 |
| Binary | 100001 | 11010001 | 111111 | 1010100 | 0 | 1000110 | 10010 | 10000010 | 1001001 | 101111 |
Color Harmonies of #21D13F
Complementary color
Monochromatic Colors of #21D13F
Black with #21D13F
Text Example
Text Example
White with #21D13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D13F; }
p { color: rgb(33,209,63); }
H1.HeaderClassName
{
color: #21D13F;
}
.AnyTagClassName
{
color: #21D13F;
}
</style>
background-color css
<style>
a { background-color: #21D13F; }
a { background-color: rgb(33,209,63); }
div.DivClassName
{
background-color: #21D13F;
}
.BgClassName
{
background-color: #21D13F;
}
</style>
border-color css
<style>
span { border-color: #21D13F; }
span { border-color: rgb(33,209,63); }
td.TdClassName
{
border-color: #21D13F;
}
.TagClassName
{
border-color: #21D13F;
}
</style>