Shades of Lime Green #28D544
Tints of Lime Green #28D544
RGB
CMYK
RGB Variations
Color information
#28D544 (or 0x28D544) is known color: Lime Green. HEX triplet: 28, D5 and 44. RGB value is (40,213,68). Sum of RGB (Red+Green+Blue) = 40+213+68=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 213 (83.59% from 255 or 66.36% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 213 - color contains mainly: green. Hex color #28D544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D544 is #D72ABB. Grayscale: #919191. Windows color (decimal): -14101180 or 4511016. OLE color: 4511016.
HSL color Cylindrical-coordinate representation of color #28D544: hue angle of 129.71º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D544 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 213 | 68 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.16 |
| HSL | 129.71º | 0.68% | 0.5% | - |
| HSV(B) | 129.71º | 0.81% | 0.84% | - |
| XYZ | 25.71 | 48.46 | 13.47 | - |
| YUV | 144.74 | 84.69 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 213 | 68 | 0.81 | 0 | 0.68 | 0.16 | 129.71 | 0.68 | 0.5 |
| Hex | 28 | D5 | 44 | 51 | 0 | 44 | 10 | 82 | 44 | 32 |
| Octal | 50 | 325 | 104 | 121 | 0 | 104 | 20 | 202 | 104 | 62 |
| Binary | 101000 | 11010101 | 1000100 | 1010001 | 0 | 1000100 | 10000 | 10000010 | 1000100 | 110010 |
Color Harmonies of #28D544
Complementary color
Monochromatic Colors of #28D544
Black with #28D544
Text Example
Text Example
White with #28D544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D544; }
p { color: rgb(40,213,68); }
H1.HeaderClassName
{
color: #28D544;
}
.AnyTagClassName
{
color: #28D544;
}
</style>
background-color css
<style>
a { background-color: #28D544; }
a { background-color: rgb(40,213,68); }
div.DivClassName
{
background-color: #28D544;
}
.BgClassName
{
background-color: #28D544;
}
</style>
border-color css
<style>
span { border-color: #28D544; }
span { border-color: rgb(40,213,68); }
td.TdClassName
{
border-color: #28D544;
}
.TagClassName
{
border-color: #28D544;
}
</style>