Shades of Lime Green #28DC16
Tints of Lime Green #28DC16
RGB
CMYK
RGB Variations
Color information
#28DC16 (or 0x28DC16) is known color: Lime Green. HEX triplet: 28, DC and 16. RGB value is (40,220,22). Sum of RGB (Red+Green+Blue) = 40+220+22=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 220 (86.33% from 255 or 78.01% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DC16 is #D723E9. Grayscale: #909090. Windows color (decimal): -14099434 or 1498152. OLE color: 1498152.
HSL color Cylindrical-coordinate representation of color #28DC16: hue angle of 114.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28DC16 is Cyan = 0.82, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 22 | - |
| CMYK | 0.82 | 0 | 0.9 | 0.14 |
| HSL | 114.55º | 0.82% | 0.47% | - |
| HSV(B) | 114.55º | 0.9% | 0.86% | - |
| XYZ | 26.61 | 51.7 | 9.33 | - |
| YUV | 143.61 | 59.37 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 22 | 0.82 | 0 | 0.9 | 0.14 | 114.55 | 0.82 | 0.47 |
| Hex | 28 | DC | 16 | 52 | 0 | 5A | E | 73 | 52 | 2F |
| Octal | 50 | 334 | 26 | 122 | 0 | 132 | 16 | 163 | 122 | 57 |
| Binary | 101000 | 11011100 | 10110 | 1010010 | 0 | 1011010 | 1110 | 1110011 | 1010010 | 101111 |
Color Harmonies of #28DC16
Complementary color
Monochromatic Colors of #28DC16
Black with #28DC16
Text Example
Text Example
White with #28DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC16; }
p { color: rgb(40,220,22); }
H1.HeaderClassName
{
color: #28DC16;
}
.AnyTagClassName
{
color: #28DC16;
}
</style>
background-color css
<style>
a { background-color: #28DC16; }
a { background-color: rgb(40,220,22); }
div.DivClassName
{
background-color: #28DC16;
}
.BgClassName
{
background-color: #28DC16;
}
</style>
border-color css
<style>
span { border-color: #28DC16; }
span { border-color: rgb(40,220,22); }
td.TdClassName
{
border-color: #28DC16;
}
.TagClassName
{
border-color: #28DC16;
}
</style>