Shades of Lime Green #28B531
Tints of Lime Green #28B531
RGB
CMYK
RGB Variations
Color information
#28B531 (or 0x28B531) is known color: Lime Green. HEX triplet: 28, B5 and 31. RGB value is (40,181,49). Sum of RGB (Red+Green+Blue) = 40+181+49=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 181 (71.09% from 255 or 67.04% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 181 - color contains mainly: green. Hex color #28B531 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B531 is #D74ACE. Grayscale: #7C7C7C. Windows color (decimal): -14109391 or 3257640. OLE color: 3257640.
HSL color Cylindrical-coordinate representation of color #28B531: hue angle of 123.83º 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 #28B531 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 181 | 49 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.29 |
| HSL | 123.83º | 0.64% | 0.43% | - |
| HSV(B) | 123.83º | 0.78% | 0.71% | - |
| XYZ | 17.95 | 33.72 | 8.47 | - |
| YUV | 123.79 | 85.79 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 181 | 49 | 0.78 | 0 | 0.73 | 0.29 | 123.83 | 0.64 | 0.43 |
| Hex | 28 | B5 | 31 | 4E | 0 | 49 | 1D | 7C | 40 | 2B |
| Octal | 50 | 265 | 61 | 116 | 0 | 111 | 35 | 174 | 100 | 53 |
| Binary | 101000 | 10110101 | 110001 | 1001110 | 0 | 1001001 | 11101 | 1111100 | 1000000 | 101011 |
Color Harmonies of #28B531
Complementary color
Monochromatic Colors of #28B531
Black with #28B531
Text Example
Text Example
White with #28B531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B531; }
p { color: rgb(40,181,49); }
H1.HeaderClassName
{
color: #28B531;
}
.AnyTagClassName
{
color: #28B531;
}
</style>
background-color css
<style>
a { background-color: #28B531; }
a { background-color: rgb(40,181,49); }
div.DivClassName
{
background-color: #28B531;
}
.BgClassName
{
background-color: #28B531;
}
</style>
border-color css
<style>
span { border-color: #28B531; }
span { border-color: rgb(40,181,49); }
td.TdClassName
{
border-color: #28B531;
}
.TagClassName
{
border-color: #28B531;
}
</style>