Shades of Lime Green #17CD1E
Tints of Lime Green #17CD1E
RGB
CMYK
RGB Variations
Color information
#17CD1E (or 0x17CD1E) is known color: Lime Green. HEX triplet: 17, CD and 1E. RGB value is (23,205,30). Sum of RGB (Red+Green+Blue) = 23+205+30=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 205 (80.47% from 255 or 79.46% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 205 - color contains mainly: green. Hex color #17CD1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17CD1E is #E832E1. Grayscale: #838383. Windows color (decimal): -15217378 or 2018583. OLE color: 2018583.
HSL color Cylindrical-coordinate representation of color #17CD1E: hue angle of 122.31º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CD1E is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 205 | 30 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.20 |
| HSL | 122.31º | 0.8% | 0.45% | - |
| HSV(B) | 122.31º | 0.89% | 0.8% | - |
| XYZ | 22.42 | 43.94 | 8.53 | - |
| YUV | 130.63 | 71.2 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 205 | 30 | 0.89 | 0 | 0.85 | 0.20 | 122.31 | 0.8 | 0.45 |
| Hex | 17 | CD | 1E | 59 | 0 | 55 | 14 | 7A | 50 | 2D |
| Octal | 27 | 315 | 36 | 131 | 0 | 125 | 24 | 172 | 120 | 55 |
| Binary | 10111 | 11001101 | 11110 | 1011001 | 0 | 1010101 | 10100 | 1111010 | 1010000 | 101101 |
Color Harmonies of #17CD1E
Complementary color
Monochromatic Colors of #17CD1E
Black with #17CD1E
Text Example
Text Example
White with #17CD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CD1E; }
p { color: rgb(23,205,30); }
H1.HeaderClassName
{
color: #17CD1E;
}
.AnyTagClassName
{
color: #17CD1E;
}
</style>
background-color css
<style>
a { background-color: #17CD1E; }
a { background-color: rgb(23,205,30); }
div.DivClassName
{
background-color: #17CD1E;
}
.BgClassName
{
background-color: #17CD1E;
}
</style>
border-color css
<style>
span { border-color: #17CD1E; }
span { border-color: rgb(23,205,30); }
td.TdClassName
{
border-color: #17CD1E;
}
.TagClassName
{
border-color: #17CD1E;
}
</style>