Shades of Lime Green #28DC17
Tints of Lime Green #28DC17
RGB
CMYK
RGB Variations
Color information
#28DC17 (or 0x28DC17) is known color: Lime Green. HEX triplet: 28, DC and 17. RGB value is (40,220,23). Sum of RGB (Red+Green+Blue) = 40+220+23=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 220 (86.33% from 255 or 77.74% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DC17 is #D723E8. Grayscale: #909090. Windows color (decimal): -14099433 or 1563688. OLE color: 1563688.
HSL color Cylindrical-coordinate representation of color #28DC17: hue angle of 114.82º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28DC17 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 23 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.14 |
| HSL | 114.82º | 0.81% | 0.48% | - |
| HSV(B) | 114.82º | 0.9% | 0.86% | - |
| XYZ | 26.62 | 51.7 | 9.39 | - |
| YUV | 143.72 | 59.87 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 23 | 0.82 | 0 | 0.90 | 0.14 | 114.82 | 0.81 | 0.48 |
| Hex | 28 | DC | 17 | 52 | 0 | 5A | E | 73 | 51 | 30 |
| Octal | 50 | 334 | 27 | 122 | 0 | 132 | 16 | 163 | 121 | 60 |
| Binary | 101000 | 11011100 | 10111 | 1010010 | 0 | 1011010 | 1110 | 1110011 | 1010001 | 110000 |
Color Harmonies of #28DC17
Complementary color
Monochromatic Colors of #28DC17
Black with #28DC17
Text Example
Text Example
White with #28DC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC17; }
p { color: rgb(40,220,23); }
H1.HeaderClassName
{
color: #28DC17;
}
.AnyTagClassName
{
color: #28DC17;
}
</style>
background-color css
<style>
a { background-color: #28DC17; }
a { background-color: rgb(40,220,23); }
div.DivClassName
{
background-color: #28DC17;
}
.BgClassName
{
background-color: #28DC17;
}
</style>
border-color css
<style>
span { border-color: #28DC17; }
span { border-color: rgb(40,220,23); }
td.TdClassName
{
border-color: #28DC17;
}
.TagClassName
{
border-color: #28DC17;
}
</style>