Shades of Lime Green #17CF14
Tints of Lime Green #17CF14
RGB
CMYK
RGB Variations
Color information
#17CF14 (or 0x17CF14) is known color: Lime Green. HEX triplet: 17, CF and 14. RGB value is (23,207,20). Sum of RGB (Red+Green+Blue) = 23+207+20=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 207 (81.25% from 255 or 82.8% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 207 - color contains mainly: green. Hex color #17CF14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17CF14 is #E830EB. Grayscale: #838383. Windows color (decimal): -15216876 or 1363735. OLE color: 1363735.
HSL color Cylindrical-coordinate representation of color #17CF14: hue angle of 119.04º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CF14 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 207 | 20 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.19 |
| HSL | 119.04º | 0.82% | 0.45% | - |
| HSV(B) | 119.04º | 0.9% | 0.81% | - |
| XYZ | 22.79 | 44.86 | 8.12 | - |
| YUV | 130.67 | 65.54 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 207 | 20 | 0.89 | 0 | 0.90 | 0.19 | 119.04 | 0.82 | 0.45 |
| Hex | 17 | CF | 14 | 59 | 0 | 5A | 13 | 77 | 52 | 2D |
| Octal | 27 | 317 | 24 | 131 | 0 | 132 | 23 | 167 | 122 | 55 |
| Binary | 10111 | 11001111 | 10100 | 1011001 | 0 | 1011010 | 10011 | 1110111 | 1010010 | 101101 |
Color Harmonies of #17CF14
Complementary color
Monochromatic Colors of #17CF14
Black with #17CF14
Text Example
Text Example
White with #17CF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CF14; }
p { color: rgb(23,207,20); }
H1.HeaderClassName
{
color: #17CF14;
}
.AnyTagClassName
{
color: #17CF14;
}
</style>
background-color css
<style>
a { background-color: #17CF14; }
a { background-color: rgb(23,207,20); }
div.DivClassName
{
background-color: #17CF14;
}
.BgClassName
{
background-color: #17CF14;
}
</style>
border-color css
<style>
span { border-color: #17CF14; }
span { border-color: rgb(23,207,20); }
td.TdClassName
{
border-color: #17CF14;
}
.TagClassName
{
border-color: #17CF14;
}
</style>