Shades of Lime Green #17C127
Tints of Lime Green #17C127
RGB
CMYK
RGB Variations
Color information
#17C127 (or 0x17C127) is known color: Lime Green. HEX triplet: 17, C1 and 27. RGB value is (23,193,39). Sum of RGB (Red+Green+Blue) = 23+193+39=255 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.02% from 255); Green value is 193 (75.78% from 255 or 75.69% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 193 - color contains mainly: green. Hex color #17C127 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17C127 is #E83ED8. Grayscale: #7D7D7D. Windows color (decimal): -15220441 or 2605335. OLE color: 2605335.
HSL color Cylindrical-coordinate representation of color #17C127: hue angle of 125.65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17C127 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 193 | 39 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.24 |
| HSL | 125.65º | 0.79% | 0.42% | - |
| HSV(B) | 125.65º | 0.88% | 0.76% | - |
| XYZ | 19.79 | 38.47 | 8.3 | - |
| YUV | 124.61 | 79.68 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 193 | 39 | 0.88 | 0 | 0.80 | 0.24 | 125.65 | 0.79 | 0.42 |
| Hex | 17 | C1 | 27 | 58 | 0 | 50 | 18 | 7E | 4F | 2A |
| Octal | 27 | 301 | 47 | 130 | 0 | 120 | 30 | 176 | 117 | 52 |
| Binary | 10111 | 11000001 | 100111 | 1011000 | 0 | 1010000 | 11000 | 1111110 | 1001111 | 101010 |
Color Harmonies of #17C127
Complementary color
Monochromatic Colors of #17C127
Black with #17C127
Text Example
Text Example
White with #17C127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C127; }
p { color: rgb(23,193,39); }
H1.HeaderClassName
{
color: #17C127;
}
.AnyTagClassName
{
color: #17C127;
}
</style>
background-color css
<style>
a { background-color: #17C127; }
a { background-color: rgb(23,193,39); }
div.DivClassName
{
background-color: #17C127;
}
.BgClassName
{
background-color: #17C127;
}
</style>
border-color css
<style>
span { border-color: #17C127; }
span { border-color: rgb(23,193,39); }
td.TdClassName
{
border-color: #17C127;
}
.TagClassName
{
border-color: #17C127;
}
</style>