Shades of Lime Green #17DE28
Tints of Lime Green #17DE28
RGB
CMYK
RGB Variations
Color information
#17DE28 (or 0x17DE28) is known color: Lime Green. HEX triplet: 17, DE and 28. RGB value is (23,222,40). Sum of RGB (Red+Green+Blue) = 23+222+40=285 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.07% from 285); Green value is 222 (87.11% from 255 or 77.89% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 222 - color contains mainly: green. Hex color #17DE28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17DE28 is #E821D7. Grayscale: #8E8E8E. Windows color (decimal): -15213016 or 2678295. OLE color: 2678295.
HSL color Cylindrical-coordinate representation of color #17DE28: hue angle of 125.13º 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 #17DE28 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 222 | 40 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.13 |
| HSL | 125.13º | 0.81% | 0.48% | - |
| HSV(B) | 125.13º | 0.9% | 0.87% | - |
| XYZ | 26.86 | 52.58 | 10.74 | - |
| YUV | 141.75 | 70.57 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 222 | 40 | 0.90 | 0 | 0.82 | 0.13 | 125.13 | 0.81 | 0.48 |
| Hex | 17 | DE | 28 | 5A | 0 | 52 | D | 7D | 51 | 30 |
| Octal | 27 | 336 | 50 | 132 | 0 | 122 | 15 | 175 | 121 | 60 |
| Binary | 10111 | 11011110 | 101000 | 1011010 | 0 | 1010010 | 1101 | 1111101 | 1010001 | 110000 |
Color Harmonies of #17DE28
Complementary color
Monochromatic Colors of #17DE28
Black with #17DE28
Text Example
Text Example
White with #17DE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DE28; }
p { color: rgb(23,222,40); }
H1.HeaderClassName
{
color: #17DE28;
}
.AnyTagClassName
{
color: #17DE28;
}
</style>
background-color css
<style>
a { background-color: #17DE28; }
a { background-color: rgb(23,222,40); }
div.DivClassName
{
background-color: #17DE28;
}
.BgClassName
{
background-color: #17DE28;
}
</style>
border-color css
<style>
span { border-color: #17DE28; }
span { border-color: rgb(23,222,40); }
td.TdClassName
{
border-color: #17DE28;
}
.TagClassName
{
border-color: #17DE28;
}
</style>