Shades of Lime Green #28DB49
Tints of Lime Green #28DB49
RGB
CMYK
RGB Variations
Color information
#28DB49 (or 0x28DB49) is known color: Lime Green. HEX triplet: 28, DB and 49. RGB value is (40,219,73). Sum of RGB (Red+Green+Blue) = 40+219+73=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 219 (85.94% from 255 or 65.96% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 219 - color contains mainly: green. Hex color #28DB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DB49 is #D724B6. Grayscale: #959595. Windows color (decimal): -14099639 or 4840232. OLE color: 4840232.
HSL color Cylindrical-coordinate representation of color #28DB49: hue angle of 131.06º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DB49 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 73 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.14 |
| HSL | 131.06º | 0.71% | 0.51% | - |
| HSV(B) | 131.06º | 0.82% | 0.86% | - |
| XYZ | 27.41 | 51.6 | 14.82 | - |
| YUV | 148.84 | 85.2 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 73 | 0.82 | 0 | 0.67 | 0.14 | 131.06 | 0.71 | 0.51 |
| Hex | 28 | DB | 49 | 52 | 0 | 43 | E | 83 | 47 | 33 |
| Octal | 50 | 333 | 111 | 122 | 0 | 103 | 16 | 203 | 107 | 63 |
| Binary | 101000 | 11011011 | 1001001 | 1010010 | 0 | 1000011 | 1110 | 10000011 | 1000111 | 110011 |
Color Harmonies of #28DB49
Complementary color
Monochromatic Colors of #28DB49
Black with #28DB49
Text Example
Text Example
White with #28DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DB49; }
p { color: rgb(40,219,73); }
H1.HeaderClassName
{
color: #28DB49;
}
.AnyTagClassName
{
color: #28DB49;
}
</style>
background-color css
<style>
a { background-color: #28DB49; }
a { background-color: rgb(40,219,73); }
div.DivClassName
{
background-color: #28DB49;
}
.BgClassName
{
background-color: #28DB49;
}
</style>
border-color css
<style>
span { border-color: #28DB49; }
span { border-color: rgb(40,219,73); }
td.TdClassName
{
border-color: #28DB49;
}
.TagClassName
{
border-color: #28DB49;
}
</style>