Shades of Lime Green #17BF20
Tints of Lime Green #17BF20
RGB
CMYK
RGB Variations
Color information
#17BF20 (or 0x17BF20) is known color: Lime Green. HEX triplet: 17, BF and 20. RGB value is (23,191,32). Sum of RGB (Red+Green+Blue) = 23+191+32=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 191 (75% from 255 or 77.64% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 191 - color contains mainly: green. Hex color #17BF20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17BF20 is #E840DF. Grayscale: #7B7B7B. Windows color (decimal): -15220960 or 2146071. OLE color: 2146071.
HSL color Cylindrical-coordinate representation of color #17BF20: hue angle of 123.21º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BF20 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 191 | 32 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.25 |
| HSL | 123.21º | 0.79% | 0.42% | - |
| HSV(B) | 123.21º | 0.88% | 0.75% | - |
| XYZ | 19.24 | 37.55 | 7.6 | - |
| YUV | 122.64 | 76.84 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 191 | 32 | 0.88 | 0 | 0.83 | 0.25 | 123.21 | 0.79 | 0.42 |
| Hex | 17 | BF | 20 | 58 | 0 | 53 | 19 | 7B | 4F | 2A |
| Octal | 27 | 277 | 40 | 130 | 0 | 123 | 31 | 173 | 117 | 52 |
| Binary | 10111 | 10111111 | 100000 | 1011000 | 0 | 1010011 | 11001 | 1111011 | 1001111 | 101010 |
Color Harmonies of #17BF20
Complementary color
Monochromatic Colors of #17BF20
Black with #17BF20
Text Example
Text Example
White with #17BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BF20; }
p { color: rgb(23,191,32); }
H1.HeaderClassName
{
color: #17BF20;
}
.AnyTagClassName
{
color: #17BF20;
}
</style>
background-color css
<style>
a { background-color: #17BF20; }
a { background-color: rgb(23,191,32); }
div.DivClassName
{
background-color: #17BF20;
}
.BgClassName
{
background-color: #17BF20;
}
</style>
border-color css
<style>
span { border-color: #17BF20; }
span { border-color: rgb(23,191,32); }
td.TdClassName
{
border-color: #17BF20;
}
.TagClassName
{
border-color: #17BF20;
}
</style>