Shades of Lime Green #17BD13
Tints of Lime Green #17BD13
RGB
CMYK
RGB Variations
Color information
#17BD13 (or 0x17BD13) is known color: Lime Green. HEX triplet: 17, BD and 13. RGB value is (23,189,19). Sum of RGB (Red+Green+Blue) = 23+189+19=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 189 (74.22% from 255 or 81.82% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 189 - color contains mainly: green. Hex color #17BD13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17BD13 is #E842EC. Grayscale: #787878. Windows color (decimal): -15221485 or 1293591. OLE color: 1293591.
HSL color Cylindrical-coordinate representation of color #17BD13: hue angle of 118.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17BD13 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 189 | 19 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.26 |
| HSL | 118.59º | 0.82% | 0.41% | - |
| HSV(B) | 118.59º | 0.9% | 0.74% | - |
| XYZ | 18.67 | 36.62 | 6.7 | - |
| YUV | 119.99 | 71 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 19 | 0.88 | 0 | 0.90 | 0.26 | 118.59 | 0.82 | 0.41 |
| Hex | 17 | BD | 13 | 58 | 0 | 5A | 1A | 77 | 52 | 29 |
| Octal | 27 | 275 | 23 | 130 | 0 | 132 | 32 | 167 | 122 | 51 |
| Binary | 10111 | 10111101 | 10011 | 1011000 | 0 | 1011010 | 11010 | 1110111 | 1010010 | 101001 |
Color Harmonies of #17BD13
Complementary color
Monochromatic Colors of #17BD13
Black with #17BD13
Text Example
Text Example
White with #17BD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BD13; }
p { color: rgb(23,189,19); }
H1.HeaderClassName
{
color: #17BD13;
}
.AnyTagClassName
{
color: #17BD13;
}
</style>
background-color css
<style>
a { background-color: #17BD13; }
a { background-color: rgb(23,189,19); }
div.DivClassName
{
background-color: #17BD13;
}
.BgClassName
{
background-color: #17BD13;
}
</style>
border-color css
<style>
span { border-color: #17BD13; }
span { border-color: rgb(23,189,19); }
td.TdClassName
{
border-color: #17BD13;
}
.TagClassName
{
border-color: #17BD13;
}
</style>