Shades of Lime Green #17BC1F
Tints of Lime Green #17BC1F
RGB
CMYK
RGB Variations
Color information
#17BC1F (or 0x17BC1F) is known color: Lime Green. HEX triplet: 17, BC and 1F. RGB value is (23,188,31). Sum of RGB (Red+Green+Blue) = 23+188+31=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 188 (73.83% from 255 or 77.69% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 188 - color contains mainly: green. Hex color #17BC1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17BC1F is #E843E0. Grayscale: #797979. Windows color (decimal): -15221729 or 2079767. OLE color: 2079767.
HSL color Cylindrical-coordinate representation of color #17BC1F: hue angle of 122.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BC1F is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 188 | 31 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.26 |
| HSL | 122.91º | 0.78% | 0.41% | - |
| HSV(B) | 122.91º | 0.88% | 0.74% | - |
| XYZ | 18.58 | 36.25 | 7.31 | - |
| YUV | 120.77 | 77.34 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 188 | 31 | 0.88 | 0 | 0.84 | 0.26 | 122.91 | 0.78 | 0.41 |
| Hex | 17 | BC | 1F | 58 | 0 | 54 | 1A | 7B | 4E | 29 |
| Octal | 27 | 274 | 37 | 130 | 0 | 124 | 32 | 173 | 116 | 51 |
| Binary | 10111 | 10111100 | 11111 | 1011000 | 0 | 1010100 | 11010 | 1111011 | 1001110 | 101001 |
Color Harmonies of #17BC1F
Complementary color
Monochromatic Colors of #17BC1F
Black with #17BC1F
Text Example
Text Example
White with #17BC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BC1F; }
p { color: rgb(23,188,31); }
H1.HeaderClassName
{
color: #17BC1F;
}
.AnyTagClassName
{
color: #17BC1F;
}
</style>
background-color css
<style>
a { background-color: #17BC1F; }
a { background-color: rgb(23,188,31); }
div.DivClassName
{
background-color: #17BC1F;
}
.BgClassName
{
background-color: #17BC1F;
}
</style>
border-color css
<style>
span { border-color: #17BC1F; }
span { border-color: rgb(23,188,31); }
td.TdClassName
{
border-color: #17BC1F;
}
.TagClassName
{
border-color: #17BC1F;
}
</style>