Shades of Lime Green #28DD31
Tints of Lime Green #28DD31
RGB
CMYK
RGB Variations
Color information
#28DD31 (or 0x28DD31) is known color: Lime Green. HEX triplet: 28, DD and 31. RGB value is (40,221,49). Sum of RGB (Red+Green+Blue) = 40+221+49=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 221 (86.72% from 255 or 71.29% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD31 is #D722CE. Grayscale: #939393. Windows color (decimal): -14099151 or 3267880. OLE color: 3267880.
HSL color Cylindrical-coordinate representation of color #28DD31: hue angle of 122.98º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DD31 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 49 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.13 |
| HSL | 122.98º | 0.73% | 0.51% | - |
| HSV(B) | 122.98º | 0.82% | 0.87% | - |
| XYZ | 27.29 | 52.39 | 11.58 | - |
| YUV | 147.27 | 72.53 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 49 | 0.82 | 0 | 0.78 | 0.13 | 122.98 | 0.73 | 0.51 |
| Hex | 28 | DD | 31 | 52 | 0 | 4E | D | 7B | 49 | 33 |
| Octal | 50 | 335 | 61 | 122 | 0 | 116 | 15 | 173 | 111 | 63 |
| Binary | 101000 | 11011101 | 110001 | 1010010 | 0 | 1001110 | 1101 | 1111011 | 1001001 | 110011 |
Color Harmonies of #28DD31
Complementary color
Monochromatic Colors of #28DD31
Black with #28DD31
Text Example
Text Example
White with #28DD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD31; }
p { color: rgb(40,221,49); }
H1.HeaderClassName
{
color: #28DD31;
}
.AnyTagClassName
{
color: #28DD31;
}
</style>
background-color css
<style>
a { background-color: #28DD31; }
a { background-color: rgb(40,221,49); }
div.DivClassName
{
background-color: #28DD31;
}
.BgClassName
{
background-color: #28DD31;
}
</style>
border-color css
<style>
span { border-color: #28DD31; }
span { border-color: rgb(40,221,49); }
td.TdClassName
{
border-color: #28DD31;
}
.TagClassName
{
border-color: #28DD31;
}
</style>