Shades of Lime Green #28B520
Tints of Lime Green #28B520
RGB
CMYK
RGB Variations
Color information
#28B520 (or 0x28B520) is known color: Lime Green. HEX triplet: 28, B5 and 20. RGB value is (40,181,32). Sum of RGB (Red+Green+Blue) = 40+181+32=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 181 (71.09% from 255 or 71.54% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 181 - color contains mainly: green. Hex color #28B520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B520 is #D74ADF. Grayscale: #7A7A7A. Windows color (decimal): -14109408 or 2143528. OLE color: 2143528.
HSL color Cylindrical-coordinate representation of color #28B520: hue angle of 116.78º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28B520 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 181 | 32 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.29 |
| HSL | 116.78º | 0.7% | 0.42% | - |
| HSV(B) | 116.78º | 0.82% | 0.71% | - |
| XYZ | 17.66 | 33.6 | 6.92 | - |
| YUV | 121.86 | 77.29 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 181 | 32 | 0.78 | 0 | 0.82 | 0.29 | 116.78 | 0.7 | 0.42 |
| Hex | 28 | B5 | 20 | 4E | 0 | 52 | 1D | 75 | 46 | 2A |
| Octal | 50 | 265 | 40 | 116 | 0 | 122 | 35 | 165 | 106 | 52 |
| Binary | 101000 | 10110101 | 100000 | 1001110 | 0 | 1010010 | 11101 | 1110101 | 1000110 | 101010 |
Color Harmonies of #28B520
Complementary color
Monochromatic Colors of #28B520
Black with #28B520
Text Example
Text Example
White with #28B520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B520; }
p { color: rgb(40,181,32); }
H1.HeaderClassName
{
color: #28B520;
}
.AnyTagClassName
{
color: #28B520;
}
</style>
background-color css
<style>
a { background-color: #28B520; }
a { background-color: rgb(40,181,32); }
div.DivClassName
{
background-color: #28B520;
}
.BgClassName
{
background-color: #28B520;
}
</style>
border-color css
<style>
span { border-color: #28B520; }
span { border-color: rgb(40,181,32); }
td.TdClassName
{
border-color: #28B520;
}
.TagClassName
{
border-color: #28B520;
}
</style>