Shades of Lime Green #28B542
Tints of Lime Green #28B542
RGB
CMYK
RGB Variations
Color information
#28B542 (or 0x28B542) is known color: Lime Green. HEX triplet: 28, B5 and 42. RGB value is (40,181,66). Sum of RGB (Red+Green+Blue) = 40+181+66=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 181 (71.09% from 255 or 63.07% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 181 - color contains mainly: green. Hex color #28B542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B542 is #D74ABD. Grayscale: #7E7E7E. Windows color (decimal): -14109374 or 4371752. OLE color: 4371752.
HSL color Cylindrical-coordinate representation of color #28B542: hue angle of 131.06º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B542 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 181 | 66 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.29 |
| HSL | 131.06º | 0.64% | 0.43% | - |
| HSV(B) | 131.06º | 0.78% | 0.71% | - |
| XYZ | 18.38 | 33.89 | 10.73 | - |
| YUV | 125.73 | 94.29 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 181 | 66 | 0.78 | 0 | 0.64 | 0.29 | 131.06 | 0.64 | 0.43 |
| Hex | 28 | B5 | 42 | 4E | 0 | 40 | 1D | 83 | 40 | 2B |
| Octal | 50 | 265 | 102 | 116 | 0 | 100 | 35 | 203 | 100 | 53 |
| Binary | 101000 | 10110101 | 1000010 | 1001110 | 0 | 1000000 | 11101 | 10000011 | 1000000 | 101011 |
Color Harmonies of #28B542
Complementary color
Monochromatic Colors of #28B542
Black with #28B542
Text Example
Text Example
White with #28B542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B542; }
p { color: rgb(40,181,66); }
H1.HeaderClassName
{
color: #28B542;
}
.AnyTagClassName
{
color: #28B542;
}
</style>
background-color css
<style>
a { background-color: #28B542; }
a { background-color: rgb(40,181,66); }
div.DivClassName
{
background-color: #28B542;
}
.BgClassName
{
background-color: #28B542;
}
</style>
border-color css
<style>
span { border-color: #28B542; }
span { border-color: rgb(40,181,66); }
td.TdClassName
{
border-color: #28B542;
}
.TagClassName
{
border-color: #28B542;
}
</style>