Shades of Lime Green #17BF10
Tints of Lime Green #17BF10
RGB
CMYK
RGB Variations
Color information
#17BF10 (or 0x17BF10) is known color: Lime Green. HEX triplet: 17, BF and 10. RGB value is (23,191,16). Sum of RGB (Red+Green+Blue) = 23+191+16=230 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10% from 230); Green value is 191 (75% from 255 or 83.04% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 191 - color contains mainly: green. Hex color #17BF10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17BF10 is #E840EF. Grayscale: #797979. Windows color (decimal): -15220976 or 1097495. OLE color: 1097495.
HSL color Cylindrical-coordinate representation of color #17BF10: hue angle of 117.6º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #17BF10 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 191 | 16 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.25 |
| HSL | 117.6º | 0.85% | 0.41% | - |
| HSV(B) | 117.6º | 0.92% | 0.75% | - |
| XYZ | 19.08 | 37.48 | 6.72 | - |
| YUV | 120.82 | 68.84 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 191 | 16 | 0.88 | 0 | 0.92 | 0.25 | 117.6 | 0.85 | 0.41 |
| Hex | 17 | BF | 10 | 58 | 0 | 5C | 19 | 76 | 55 | 29 |
| Octal | 27 | 277 | 20 | 130 | 0 | 134 | 31 | 166 | 125 | 51 |
| Binary | 10111 | 10111111 | 10000 | 1011000 | 0 | 1011100 | 11001 | 1110110 | 1010101 | 101001 |
Color Harmonies of #17BF10
Complementary color
Monochromatic Colors of #17BF10
Black with #17BF10
Text Example
Text Example
White with #17BF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BF10; }
p { color: rgb(23,191,16); }
H1.HeaderClassName
{
color: #17BF10;
}
.AnyTagClassName
{
color: #17BF10;
}
</style>
background-color css
<style>
a { background-color: #17BF10; }
a { background-color: rgb(23,191,16); }
div.DivClassName
{
background-color: #17BF10;
}
.BgClassName
{
background-color: #17BF10;
}
</style>
border-color css
<style>
span { border-color: #17BF10; }
span { border-color: rgb(23,191,16); }
td.TdClassName
{
border-color: #17BF10;
}
.TagClassName
{
border-color: #17BF10;
}
</style>