Shades of Lime Green #17D030
Tints of Lime Green #17D030
RGB
CMYK
RGB Variations
Color information
#17D030 (or 0x17D030) is known color: Lime Green. HEX triplet: 17, D0 and 30. RGB value is (23,208,48). Sum of RGB (Red+Green+Blue) = 23+208+48=279 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.24% from 279); Green value is 208 (81.64% from 255 or 74.55% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 208 - color contains mainly: green. Hex color #17D030 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17D030 is #E82FCF. Grayscale: #868686. Windows color (decimal): -15216592 or 3198999. OLE color: 3198999.
HSL color Cylindrical-coordinate representation of color #17D030: hue angle of 128.11º 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 #17D030 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 208 | 48 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.18 |
| HSL | 128.11º | 0.8% | 0.45% | - |
| HSV(B) | 128.11º | 0.89% | 0.82% | - |
| XYZ | 23.44 | 45.51 | 10.34 | - |
| YUV | 134.45 | 79.21 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 208 | 48 | 0.89 | 0 | 0.77 | 0.18 | 128.11 | 0.8 | 0.45 |
| Hex | 17 | D0 | 30 | 59 | 0 | 4D | 12 | 80 | 50 | 2D |
| Octal | 27 | 320 | 60 | 131 | 0 | 115 | 22 | 200 | 120 | 55 |
| Binary | 10111 | 11010000 | 110000 | 1011001 | 0 | 1001101 | 10010 | 10000000 | 1010000 | 101101 |
Color Harmonies of #17D030
Complementary color
Monochromatic Colors of #17D030
Black with #17D030
Text Example
Text Example
White with #17D030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D030; }
p { color: rgb(23,208,48); }
H1.HeaderClassName
{
color: #17D030;
}
.AnyTagClassName
{
color: #17D030;
}
</style>
background-color css
<style>
a { background-color: #17D030; }
a { background-color: rgb(23,208,48); }
div.DivClassName
{
background-color: #17D030;
}
.BgClassName
{
background-color: #17D030;
}
</style>
border-color css
<style>
span { border-color: #17D030; }
span { border-color: rgb(23,208,48); }
td.TdClassName
{
border-color: #17D030;
}
.TagClassName
{
border-color: #17D030;
}
</style>