Shades of Lime Green #17D125
Tints of Lime Green #17D125
RGB
CMYK
RGB Variations
Color information
#17D125 (or 0x17D125) is known color: Lime Green. HEX triplet: 17, D1 and 25. RGB value is (23,209,37). Sum of RGB (Red+Green+Blue) = 23+209+37=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 209 (82.03% from 255 or 77.70% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 209 - color contains mainly: green. Hex color #17D125 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17D125 is #E82EDA. Grayscale: #868686. Windows color (decimal): -15216347 or 2478359. OLE color: 2478359.
HSL color Cylindrical-coordinate representation of color #17D125: hue angle of 124.52º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17D125 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 209 | 37 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.18 |
| HSL | 124.52º | 0.8% | 0.45% | - |
| HSV(B) | 124.52º | 0.89% | 0.82% | - |
| XYZ | 23.49 | 45.92 | 9.38 | - |
| YUV | 133.78 | 73.38 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 209 | 37 | 0.89 | 0 | 0.82 | 0.18 | 124.52 | 0.8 | 0.45 |
| Hex | 17 | D1 | 25 | 59 | 0 | 52 | 12 | 7D | 50 | 2D |
| Octal | 27 | 321 | 45 | 131 | 0 | 122 | 22 | 175 | 120 | 55 |
| Binary | 10111 | 11010001 | 100101 | 1011001 | 0 | 1010010 | 10010 | 1111101 | 1010000 | 101101 |
Color Harmonies of #17D125
Complementary color
Monochromatic Colors of #17D125
Black with #17D125
Text Example
Text Example
White with #17D125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D125; }
p { color: rgb(23,209,37); }
H1.HeaderClassName
{
color: #17D125;
}
.AnyTagClassName
{
color: #17D125;
}
</style>
background-color css
<style>
a { background-color: #17D125; }
a { background-color: rgb(23,209,37); }
div.DivClassName
{
background-color: #17D125;
}
.BgClassName
{
background-color: #17D125;
}
</style>
border-color css
<style>
span { border-color: #17D125; }
span { border-color: rgb(23,209,37); }
td.TdClassName
{
border-color: #17D125;
}
.TagClassName
{
border-color: #17D125;
}
</style>