Shades of Lime Green #17DD28
Tints of Lime Green #17DD28
RGB
CMYK
RGB Variations
Color information
#17DD28 (or 0x17DD28) is known color: Lime Green. HEX triplet: 17, DD and 28. RGB value is (23,221,40). Sum of RGB (Red+Green+Blue) = 23+221+40=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 221 (86.72% from 255 or 77.82% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 221 - color contains mainly: green. Hex color #17DD28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17DD28 is #E822D7. Grayscale: #8D8D8D. Windows color (decimal): -15213272 or 2678039. OLE color: 2678039.
HSL color Cylindrical-coordinate representation of color #17DD28: hue angle of 125.15º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DD28 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 221 | 40 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.13 |
| HSL | 125.15º | 0.81% | 0.48% | - |
| HSV(B) | 125.15º | 0.9% | 0.87% | - |
| XYZ | 26.59 | 52.05 | 10.65 | - |
| YUV | 141.16 | 70.9 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 221 | 40 | 0.90 | 0 | 0.82 | 0.13 | 125.15 | 0.81 | 0.48 |
| Hex | 17 | DD | 28 | 5A | 0 | 52 | D | 7D | 51 | 30 |
| Octal | 27 | 335 | 50 | 132 | 0 | 122 | 15 | 175 | 121 | 60 |
| Binary | 10111 | 11011101 | 101000 | 1011010 | 0 | 1010010 | 1101 | 1111101 | 1010001 | 110000 |
Color Harmonies of #17DD28
Complementary color
Monochromatic Colors of #17DD28
Black with #17DD28
Text Example
Text Example
White with #17DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DD28; }
p { color: rgb(23,221,40); }
H1.HeaderClassName
{
color: #17DD28;
}
.AnyTagClassName
{
color: #17DD28;
}
</style>
background-color css
<style>
a { background-color: #17DD28; }
a { background-color: rgb(23,221,40); }
div.DivClassName
{
background-color: #17DD28;
}
.BgClassName
{
background-color: #17DD28;
}
</style>
border-color css
<style>
span { border-color: #17DD28; }
span { border-color: rgb(23,221,40); }
td.TdClassName
{
border-color: #17DD28;
}
.TagClassName
{
border-color: #17DD28;
}
</style>