Shades of Lime Green #28DB31
Tints of Lime Green #28DB31
RGB
CMYK
RGB Variations
Color information
#28DB31 (or 0x28DB31) is known color: Lime Green. HEX triplet: 28, DB and 31. RGB value is (40,219,49). Sum of RGB (Red+Green+Blue) = 40+219+49=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 219 (85.94% from 255 or 71.10% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 219 - color contains mainly: green. Hex color #28DB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DB31 is #D724CE. Grayscale: #929292. Windows color (decimal): -14099663 or 3267368. OLE color: 3267368.
HSL color Cylindrical-coordinate representation of color #28DB31: hue angle of 123.02º 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 #28DB31 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 219 | 49 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.14 |
| HSL | 123.02º | 0.71% | 0.51% | - |
| HSV(B) | 123.02º | 0.82% | 0.86% | - |
| XYZ | 26.76 | 51.34 | 11.4 | - |
| YUV | 146.1 | 73.2 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 49 | 0.82 | 0 | 0.78 | 0.14 | 123.02 | 0.71 | 0.51 |
| Hex | 28 | DB | 31 | 52 | 0 | 4E | E | 7B | 47 | 33 |
| Octal | 50 | 333 | 61 | 122 | 0 | 116 | 16 | 173 | 107 | 63 |
| Binary | 101000 | 11011011 | 110001 | 1010010 | 0 | 1001110 | 1110 | 1111011 | 1000111 | 110011 |
Color Harmonies of #28DB31
Complementary color
Monochromatic Colors of #28DB31
Black with #28DB31
Text Example
Text Example
White with #28DB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DB31; }
p { color: rgb(40,219,49); }
H1.HeaderClassName
{
color: #28DB31;
}
.AnyTagClassName
{
color: #28DB31;
}
</style>
background-color css
<style>
a { background-color: #28DB31; }
a { background-color: rgb(40,219,49); }
div.DivClassName
{
background-color: #28DB31;
}
.BgClassName
{
background-color: #28DB31;
}
</style>
border-color css
<style>
span { border-color: #28DB31; }
span { border-color: rgb(40,219,49); }
td.TdClassName
{
border-color: #28DB31;
}
.TagClassName
{
border-color: #28DB31;
}
</style>