Shades of Lime Green #17D522
Tints of Lime Green #17D522
RGB
CMYK
RGB Variations
Color information
#17D522 (or 0x17D522) is known color: Lime Green. HEX triplet: 17, D5 and 22. RGB value is (23,213,34). Sum of RGB (Red+Green+Blue) = 23+213+34=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 213 (83.59% from 255 or 78.89% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 213 - color contains mainly: green. Hex color #17D522 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17D522 is #E82ADD. Grayscale: #888888. Windows color (decimal): -15215326 or 2282775. OLE color: 2282775.
HSL color Cylindrical-coordinate representation of color #17D522: hue angle of 123.47º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17D522 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 213 | 34 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.16 |
| HSL | 123.47º | 0.81% | 0.46% | - |
| HSV(B) | 123.47º | 0.89% | 0.84% | - |
| XYZ | 24.44 | 47.89 | 9.47 | - |
| YUV | 135.78 | 70.55 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 213 | 34 | 0.89 | 0 | 0.84 | 0.16 | 123.47 | 0.81 | 0.46 |
| Hex | 17 | D5 | 22 | 59 | 0 | 54 | 10 | 7B | 51 | 2E |
| Octal | 27 | 325 | 42 | 131 | 0 | 124 | 20 | 173 | 121 | 56 |
| Binary | 10111 | 11010101 | 100010 | 1011001 | 0 | 1010100 | 10000 | 1111011 | 1010001 | 101110 |
Color Harmonies of #17D522
Complementary color
Monochromatic Colors of #17D522
Black with #17D522
Text Example
Text Example
White with #17D522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D522; }
p { color: rgb(23,213,34); }
H1.HeaderClassName
{
color: #17D522;
}
.AnyTagClassName
{
color: #17D522;
}
</style>
background-color css
<style>
a { background-color: #17D522; }
a { background-color: rgb(23,213,34); }
div.DivClassName
{
background-color: #17D522;
}
.BgClassName
{
background-color: #17D522;
}
</style>
border-color css
<style>
span { border-color: #17D522; }
span { border-color: rgb(23,213,34); }
td.TdClassName
{
border-color: #17D522;
}
.TagClassName
{
border-color: #17D522;
}
</style>