Shades of Lime Green #28DC13
Tints of Lime Green #28DC13
RGB
CMYK
RGB Variations
Color information
#28DC13 (or 0x28DC13) is known color: Lime Green. HEX triplet: 28, DC and 13. RGB value is (40,220,19). Sum of RGB (Red+Green+Blue) = 40+220+19=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 220 (86.33% from 255 or 78.85% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DC13 is #D723EC. Grayscale: #8F8F8F. Windows color (decimal): -14099437 or 1301544. OLE color: 1301544.
HSL color Cylindrical-coordinate representation of color #28DC13: hue angle of 113.73º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28DC13 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 19 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.14 |
| HSL | 113.73º | 0.84% | 0.47% | - |
| HSV(B) | 113.73º | 0.91% | 0.86% | - |
| XYZ | 26.59 | 51.68 | 9.19 | - |
| YUV | 143.27 | 57.87 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 19 | 0.82 | 0 | 0.91 | 0.14 | 113.73 | 0.84 | 0.47 |
| Hex | 28 | DC | 13 | 52 | 0 | 5B | E | 72 | 54 | 2F |
| Octal | 50 | 334 | 23 | 122 | 0 | 133 | 16 | 162 | 124 | 57 |
| Binary | 101000 | 11011100 | 10011 | 1010010 | 0 | 1011011 | 1110 | 1110010 | 1010100 | 101111 |
Color Harmonies of #28DC13
Complementary color
Monochromatic Colors of #28DC13
Black with #28DC13
Text Example
Text Example
White with #28DC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC13; }
p { color: rgb(40,220,19); }
H1.HeaderClassName
{
color: #28DC13;
}
.AnyTagClassName
{
color: #28DC13;
}
</style>
background-color css
<style>
a { background-color: #28DC13; }
a { background-color: rgb(40,220,19); }
div.DivClassName
{
background-color: #28DC13;
}
.BgClassName
{
background-color: #28DC13;
}
</style>
border-color css
<style>
span { border-color: #28DC13; }
span { border-color: rgb(40,220,19); }
td.TdClassName
{
border-color: #28DC13;
}
.TagClassName
{
border-color: #28DC13;
}
</style>