Shades of Lime Green #28DD48
Tints of Lime Green #28DD48
RGB
CMYK
RGB Variations
Color information
#28DD48 (or 0x28DD48) is known color: Lime Green. HEX triplet: 28, DD and 48. RGB value is (40,221,72). Sum of RGB (Red+Green+Blue) = 40+221+72=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 221 (86.72% from 255 or 66.37% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD48 is #D722B7. Grayscale: #969696. Windows color (decimal): -14099128 or 4775208. OLE color: 4775208.
HSL color Cylindrical-coordinate representation of color #28DD48: hue angle of 130.61º 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 #28DD48 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 72 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.13 |
| HSL | 130.61º | 0.73% | 0.51% | - |
| HSV(B) | 130.61º | 0.82% | 0.87% | - |
| XYZ | 27.9 | 52.63 | 14.82 | - |
| YUV | 149.9 | 84.03 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 72 | 0.82 | 0 | 0.67 | 0.13 | 130.61 | 0.73 | 0.51 |
| Hex | 28 | DD | 48 | 52 | 0 | 43 | D | 83 | 49 | 33 |
| Octal | 50 | 335 | 110 | 122 | 0 | 103 | 15 | 203 | 111 | 63 |
| Binary | 101000 | 11011101 | 1001000 | 1010010 | 0 | 1000011 | 1101 | 10000011 | 1001001 | 110011 |
Color Harmonies of #28DD48
Complementary color
Monochromatic Colors of #28DD48
Black with #28DD48
Text Example
Text Example
White with #28DD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD48; }
p { color: rgb(40,221,72); }
H1.HeaderClassName
{
color: #28DD48;
}
.AnyTagClassName
{
color: #28DD48;
}
</style>
background-color css
<style>
a { background-color: #28DD48; }
a { background-color: rgb(40,221,72); }
div.DivClassName
{
background-color: #28DD48;
}
.BgClassName
{
background-color: #28DD48;
}
</style>
border-color css
<style>
span { border-color: #28DD48; }
span { border-color: rgb(40,221,72); }
td.TdClassName
{
border-color: #28DD48;
}
.TagClassName
{
border-color: #28DD48;
}
</style>