Shades of Lime Green #17D12B
Tints of Lime Green #17D12B
RGB
CMYK
RGB Variations
Color information
#17D12B (or 0x17D12B) is known color: Lime Green. HEX triplet: 17, D1 and 2B. RGB value is (23,209,43). Sum of RGB (Red+Green+Blue) = 23+209+43=275 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.36% from 275); Green value is 209 (82.03% from 255 or 76% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 209 - color contains mainly: green. Hex color #17D12B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17D12B is #E82ED4. Grayscale: #868686. Windows color (decimal): -15216341 or 2871575. OLE color: 2871575.
HSL color Cylindrical-coordinate representation of color #17D12B: hue angle of 126.45º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17D12B is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 209 | 43 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.18 |
| HSL | 126.45º | 0.8% | 0.45% | - |
| HSV(B) | 126.45º | 0.89% | 0.82% | - |
| XYZ | 23.59 | 45.96 | 9.91 | - |
| YUV | 134.46 | 76.38 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 209 | 43 | 0.89 | 0 | 0.79 | 0.18 | 126.45 | 0.8 | 0.45 |
| Hex | 17 | D1 | 2B | 59 | 0 | 4F | 12 | 7E | 50 | 2D |
| Octal | 27 | 321 | 53 | 131 | 0 | 117 | 22 | 176 | 120 | 55 |
| Binary | 10111 | 11010001 | 101011 | 1011001 | 0 | 1001111 | 10010 | 1111110 | 1010000 | 101101 |
Color Harmonies of #17D12B
Complementary color
Monochromatic Colors of #17D12B
Black with #17D12B
Text Example
Text Example
White with #17D12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D12B; }
p { color: rgb(23,209,43); }
H1.HeaderClassName
{
color: #17D12B;
}
.AnyTagClassName
{
color: #17D12B;
}
</style>
background-color css
<style>
a { background-color: #17D12B; }
a { background-color: rgb(23,209,43); }
div.DivClassName
{
background-color: #17D12B;
}
.BgClassName
{
background-color: #17D12B;
}
</style>
border-color css
<style>
span { border-color: #17D12B; }
span { border-color: rgb(23,209,43); }
td.TdClassName
{
border-color: #17D12B;
}
.TagClassName
{
border-color: #17D12B;
}
</style>