Shades of Lime Green #21D915
Tints of Lime Green #21D915
RGB
CMYK
RGB Variations
Color information
#21D915 (or 0x21D915) is known color: Lime Green. HEX triplet: 21, D9 and 15. RGB value is (33,217,21). Sum of RGB (Red+Green+Blue) = 33+217+21=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 217 (85.16% from 255 or 80.07% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 217 - color contains mainly: green. Hex color #21D915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D915 is #DE26EA. Grayscale: #8C8C8C. Windows color (decimal): -14558955 or 1431841. OLE color: 1431841.
HSL color Cylindrical-coordinate representation of color #21D915: hue angle of 116.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21D915 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 217 | 21 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.15 |
| HSL | 116.33º | 0.82% | 0.47% | - |
| HSV(B) | 116.33º | 0.9% | 0.85% | - |
| XYZ | 25.58 | 50 | 9.01 | - |
| YUV | 139.64 | 61.04 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 217 | 21 | 0.85 | 0 | 0.90 | 0.15 | 116.33 | 0.82 | 0.47 |
| Hex | 21 | D9 | 15 | 55 | 0 | 5A | F | 74 | 52 | 2F |
| Octal | 41 | 331 | 25 | 125 | 0 | 132 | 17 | 164 | 122 | 57 |
| Binary | 100001 | 11011001 | 10101 | 1010101 | 0 | 1011010 | 1111 | 1110100 | 1010010 | 101111 |
Color Harmonies of #21D915
Complementary color
Monochromatic Colors of #21D915
Black with #21D915
Text Example
Text Example
White with #21D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D915; }
p { color: rgb(33,217,21); }
H1.HeaderClassName
{
color: #21D915;
}
.AnyTagClassName
{
color: #21D915;
}
</style>
background-color css
<style>
a { background-color: #21D915; }
a { background-color: rgb(33,217,21); }
div.DivClassName
{
background-color: #21D915;
}
.BgClassName
{
background-color: #21D915;
}
</style>
border-color css
<style>
span { border-color: #21D915; }
span { border-color: rgb(33,217,21); }
td.TdClassName
{
border-color: #21D915;
}
.TagClassName
{
border-color: #21D915;
}
</style>