Shades of Lime Green #21B717
Tints of Lime Green #21B717
RGB
CMYK
RGB Variations
Color information
#21B717 (or 0x21B717) is known color: Lime Green. HEX triplet: 21, B7 and 17. RGB value is (33,183,23). Sum of RGB (Red+Green+Blue) = 33+183+23=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 183 (71.88% from 255 or 76.57% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 183 - color contains mainly: green. Hex color #21B717 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B717 is #DE48E8. Grayscale: #787878. Windows color (decimal): -14567657 or 1554209. OLE color: 1554209.
HSL color Cylindrical-coordinate representation of color #21B717: hue angle of 116.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21B717 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 183 | 23 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.28 |
| HSL | 116.25º | 0.78% | 0.4% | - |
| HSV(B) | 116.25º | 0.87% | 0.72% | - |
| XYZ | 17.72 | 34.25 | 6.49 | - |
| YUV | 119.91 | 73.31 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 183 | 23 | 0.82 | 0 | 0.87 | 0.28 | 116.25 | 0.78 | 0.4 |
| Hex | 21 | B7 | 17 | 52 | 0 | 57 | 1C | 74 | 4E | 28 |
| Octal | 41 | 267 | 27 | 122 | 0 | 127 | 34 | 164 | 116 | 50 |
| Binary | 100001 | 10110111 | 10111 | 1010010 | 0 | 1010111 | 11100 | 1110100 | 1001110 | 101000 |
Color Harmonies of #21B717
Complementary color
Monochromatic Colors of #21B717
Black with #21B717
Text Example
Text Example
White with #21B717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B717; }
p { color: rgb(33,183,23); }
H1.HeaderClassName
{
color: #21B717;
}
.AnyTagClassName
{
color: #21B717;
}
</style>
background-color css
<style>
a { background-color: #21B717; }
a { background-color: rgb(33,183,23); }
div.DivClassName
{
background-color: #21B717;
}
.BgClassName
{
background-color: #21B717;
}
</style>
border-color css
<style>
span { border-color: #21B717; }
span { border-color: rgb(33,183,23); }
td.TdClassName
{
border-color: #21B717;
}
.TagClassName
{
border-color: #21B717;
}
</style>