Shades of Lime Green #28D537
Tints of Lime Green #28D537
RGB
CMYK
RGB Variations
Color information
#28D537 (or 0x28D537) is known color: Lime Green. HEX triplet: 28, D5 and 37. RGB value is (40,213,55). Sum of RGB (Red+Green+Blue) = 40+213+55=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 213 (83.59% from 255 or 69.16% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 213 - color contains mainly: green. Hex color #28D537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D537 is #D72AC8. Grayscale: #8F8F8F. Windows color (decimal): -14101193 or 3659048. OLE color: 3659048.
HSL color Cylindrical-coordinate representation of color #28D537: hue angle of 125.2º 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 #28D537 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 213 | 55 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.16 |
| HSL | 125.2º | 0.68% | 0.5% | - |
| HSV(B) | 125.2º | 0.81% | 0.84% | - |
| XYZ | 25.36 | 48.32 | 11.6 | - |
| YUV | 143.26 | 78.19 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 213 | 55 | 0.81 | 0 | 0.74 | 0.16 | 125.2 | 0.68 | 0.5 |
| Hex | 28 | D5 | 37 | 51 | 0 | 4A | 10 | 7D | 44 | 32 |
| Octal | 50 | 325 | 67 | 121 | 0 | 112 | 20 | 175 | 104 | 62 |
| Binary | 101000 | 11010101 | 110111 | 1010001 | 0 | 1001010 | 10000 | 1111101 | 1000100 | 110010 |
Color Harmonies of #28D537
Complementary color
Monochromatic Colors of #28D537
Black with #28D537
Text Example
Text Example
White with #28D537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D537; }
p { color: rgb(40,213,55); }
H1.HeaderClassName
{
color: #28D537;
}
.AnyTagClassName
{
color: #28D537;
}
</style>
background-color css
<style>
a { background-color: #28D537; }
a { background-color: rgb(40,213,55); }
div.DivClassName
{
background-color: #28D537;
}
.BgClassName
{
background-color: #28D537;
}
</style>
border-color css
<style>
span { border-color: #28D537; }
span { border-color: rgb(40,213,55); }
td.TdClassName
{
border-color: #28D537;
}
.TagClassName
{
border-color: #28D537;
}
</style>