Shades of Lime Green #17BF0F
Tints of Lime Green #17BF0F
RGB
CMYK
RGB Variations
Color information
#17BF0F (or 0x17BF0F) is known color: Lime Green. HEX triplet: 17, BF and 0F. RGB value is (23,191,15). Sum of RGB (Red+Green+Blue) = 23+191+15=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 191 (75% from 255 or 83.41% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 191 - color contains mainly: green. Hex color #17BF0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17BF0F is #E840F0. Grayscale: #797979. Windows color (decimal): -15220977 or 1031959. OLE color: 1031959.
HSL color Cylindrical-coordinate representation of color #17BF0F: hue angle of 117.27º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #17BF0F is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 191 | 15 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.25 |
| HSL | 117.27º | 0.85% | 0.4% | - |
| HSV(B) | 117.27º | 0.92% | 0.75% | - |
| XYZ | 19.07 | 37.48 | 6.68 | - |
| YUV | 120.7 | 68.34 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 191 | 15 | 0.88 | 0 | 0.92 | 0.25 | 117.27 | 0.85 | 0.4 |
| Hex | 17 | BF | F | 58 | 0 | 5C | 19 | 75 | 55 | 28 |
| Octal | 27 | 277 | 17 | 130 | 0 | 134 | 31 | 165 | 125 | 50 |
| Binary | 10111 | 10111111 | 1111 | 1011000 | 0 | 1011100 | 11001 | 1110101 | 1010101 | 101000 |
Color Harmonies of #17BF0F
Complementary color
Monochromatic Colors of #17BF0F
Black with #17BF0F
Text Example
Text Example
White with #17BF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BF0F; }
p { color: rgb(23,191,15); }
H1.HeaderClassName
{
color: #17BF0F;
}
.AnyTagClassName
{
color: #17BF0F;
}
</style>
background-color css
<style>
a { background-color: #17BF0F; }
a { background-color: rgb(23,191,15); }
div.DivClassName
{
background-color: #17BF0F;
}
.BgClassName
{
background-color: #17BF0F;
}
</style>
border-color css
<style>
span { border-color: #17BF0F; }
span { border-color: rgb(23,191,15); }
td.TdClassName
{
border-color: #17BF0F;
}
.TagClassName
{
border-color: #17BF0F;
}
</style>