Shades of Lime Green #28DB45
Tints of Lime Green #28DB45
RGB
CMYK
RGB Variations
Color information
#28DB45 (or 0x28DB45) is known color: Lime Green. HEX triplet: 28, DB and 45. RGB value is (40,219,69). Sum of RGB (Red+Green+Blue) = 40+219+69=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 219 (85.94% from 255 or 66.77% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 219 - color contains mainly: green. Hex color #28DB45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DB45 is #D724BA. Grayscale: #949494. Windows color (decimal): -14099643 or 4578088. OLE color: 4578088.
HSL color Cylindrical-coordinate representation of color #28DB45: hue angle of 129.72º 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 #28DB45 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 69 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.14 |
| HSL | 129.72º | 0.71% | 0.51% | - |
| HSV(B) | 129.72º | 0.82% | 0.86% | - |
| XYZ | 27.28 | 51.54 | 14.14 | - |
| YUV | 148.38 | 83.2 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 69 | 0.82 | 0 | 0.68 | 0.14 | 129.72 | 0.71 | 0.51 |
| Hex | 28 | DB | 45 | 52 | 0 | 44 | E | 82 | 47 | 33 |
| Octal | 50 | 333 | 105 | 122 | 0 | 104 | 16 | 202 | 107 | 63 |
| Binary | 101000 | 11011011 | 1000101 | 1010010 | 0 | 1000100 | 1110 | 10000010 | 1000111 | 110011 |
Color Harmonies of #28DB45
Complementary color
Monochromatic Colors of #28DB45
Black with #28DB45
Text Example
Text Example
White with #28DB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DB45; }
p { color: rgb(40,219,69); }
H1.HeaderClassName
{
color: #28DB45;
}
.AnyTagClassName
{
color: #28DB45;
}
</style>
background-color css
<style>
a { background-color: #28DB45; }
a { background-color: rgb(40,219,69); }
div.DivClassName
{
background-color: #28DB45;
}
.BgClassName
{
background-color: #28DB45;
}
</style>
border-color css
<style>
span { border-color: #28DB45; }
span { border-color: rgb(40,219,69); }
td.TdClassName
{
border-color: #28DB45;
}
.TagClassName
{
border-color: #28DB45;
}
</style>