Shades of Lime Green #28DC11
Tints of Lime Green #28DC11
RGB
CMYK
RGB Variations
Color information
#28DC11 (or 0x28DC11) is known color: Lime Green. HEX triplet: 28, DC and 11. RGB value is (40,220,17). Sum of RGB (Red+Green+Blue) = 40+220+17=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 220 (86.33% from 255 or 79.42% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DC11 is #D723EE. Grayscale: #8F8F8F. Windows color (decimal): -14099439 or 1170472. OLE color: 1170472.
HSL color Cylindrical-coordinate representation of color #28DC11: hue angle of 113.2º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28DC11 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 17 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.14 |
| HSL | 113.2º | 0.86% | 0.46% | - |
| HSV(B) | 113.2º | 0.92% | 0.86% | - |
| XYZ | 26.57 | 51.68 | 9.1 | - |
| YUV | 143.04 | 56.87 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 17 | 0.82 | 0 | 0.92 | 0.14 | 113.2 | 0.86 | 0.46 |
| Hex | 28 | DC | 11 | 52 | 0 | 5C | E | 71 | 56 | 2E |
| Octal | 50 | 334 | 21 | 122 | 0 | 134 | 16 | 161 | 126 | 56 |
| Binary | 101000 | 11011100 | 10001 | 1010010 | 0 | 1011100 | 1110 | 1110001 | 1010110 | 101110 |
Color Harmonies of #28DC11
Complementary color
Monochromatic Colors of #28DC11
Black with #28DC11
Text Example
Text Example
White with #28DC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC11; }
p { color: rgb(40,220,17); }
H1.HeaderClassName
{
color: #28DC11;
}
.AnyTagClassName
{
color: #28DC11;
}
</style>
background-color css
<style>
a { background-color: #28DC11; }
a { background-color: rgb(40,220,17); }
div.DivClassName
{
background-color: #28DC11;
}
.BgClassName
{
background-color: #28DC11;
}
</style>
border-color css
<style>
span { border-color: #28DC11; }
span { border-color: rgb(40,220,17); }
td.TdClassName
{
border-color: #28DC11;
}
.TagClassName
{
border-color: #28DC11;
}
</style>