Shades of Lime Green #28D048
Tints of Lime Green #28D048
RGB
CMYK
RGB Variations
Color information
#28D048 (or 0x28D048) is known color: Lime Green. HEX triplet: 28, D0 and 48. RGB value is (40,208,72). Sum of RGB (Red+Green+Blue) = 40+208+72=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #28D048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D048 is #D72FB7. Grayscale: #8E8E8E. Windows color (decimal): -14102456 or 4771880. OLE color: 4771880.
HSL color Cylindrical-coordinate representation of color #28D048: hue angle of 131.43º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D048 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 208 | 72 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.18 |
| HSL | 131.43º | 0.68% | 0.49% | - |
| HSV(B) | 131.43º | 0.81% | 0.82% | - |
| XYZ | 24.6 | 46.03 | 13.72 | - |
| YUV | 142.26 | 88.34 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 72 | 0.81 | 0 | 0.65 | 0.18 | 131.43 | 0.68 | 0.49 |
| Hex | 28 | D0 | 48 | 51 | 0 | 41 | 12 | 83 | 44 | 31 |
| Octal | 50 | 320 | 110 | 121 | 0 | 101 | 22 | 203 | 104 | 61 |
| Binary | 101000 | 11010000 | 1001000 | 1010001 | 0 | 1000001 | 10010 | 10000011 | 1000100 | 110001 |
Color Harmonies of #28D048
Complementary color
Monochromatic Colors of #28D048
Black with #28D048
Text Example
Text Example
White with #28D048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D048; }
p { color: rgb(40,208,72); }
H1.HeaderClassName
{
color: #28D048;
}
.AnyTagClassName
{
color: #28D048;
}
</style>
background-color css
<style>
a { background-color: #28D048; }
a { background-color: rgb(40,208,72); }
div.DivClassName
{
background-color: #28D048;
}
.BgClassName
{
background-color: #28D048;
}
</style>
border-color css
<style>
span { border-color: #28D048; }
span { border-color: rgb(40,208,72); }
td.TdClassName
{
border-color: #28D048;
}
.TagClassName
{
border-color: #28D048;
}
</style>