Shades of Lime Green #17D012
Tints of Lime Green #17D012
RGB
CMYK
RGB Variations
Color information
#17D012 (or 0x17D012) is known color: Lime Green. HEX triplet: 17, D0 and 12. RGB value is (23,208,18). Sum of RGB (Red+Green+Blue) = 23+208+18=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 208 (81.64% from 255 or 83.53% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 208 - color contains mainly: green. Hex color #17D012 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17D012 is #E82FED. Grayscale: #838383. Windows color (decimal): -15216622 or 1232919. OLE color: 1232919.
HSL color Cylindrical-coordinate representation of color #17D012: hue angle of 118.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17D012 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 208 | 18 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.18 |
| HSL | 118.42º | 0.84% | 0.44% | - |
| HSV(B) | 118.42º | 0.91% | 0.82% | - |
| XYZ | 23.02 | 45.34 | 8.11 | - |
| YUV | 131.03 | 64.21 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 208 | 18 | 0.89 | 0 | 0.91 | 0.18 | 118.42 | 0.84 | 0.44 |
| Hex | 17 | D0 | 12 | 59 | 0 | 5B | 12 | 76 | 54 | 2C |
| Octal | 27 | 320 | 22 | 131 | 0 | 133 | 22 | 166 | 124 | 54 |
| Binary | 10111 | 11010000 | 10010 | 1011001 | 0 | 1011011 | 10010 | 1110110 | 1010100 | 101100 |
Color Harmonies of #17D012
Complementary color
Monochromatic Colors of #17D012
Black with #17D012
Text Example
Text Example
White with #17D012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D012; }
p { color: rgb(23,208,18); }
H1.HeaderClassName
{
color: #17D012;
}
.AnyTagClassName
{
color: #17D012;
}
</style>
background-color css
<style>
a { background-color: #17D012; }
a { background-color: rgb(23,208,18); }
div.DivClassName
{
background-color: #17D012;
}
.BgClassName
{
background-color: #17D012;
}
</style>
border-color css
<style>
span { border-color: #17D012; }
span { border-color: rgb(23,208,18); }
td.TdClassName
{
border-color: #17D012;
}
.TagClassName
{
border-color: #17D012;
}
</style>