Shades of Lime Green #28B521
Tints of Lime Green #28B521
RGB
CMYK
RGB Variations
Color information
#28B521 (or 0x28B521) is known color: Lime Green. HEX triplet: 28, B5 and 21. RGB value is (40,181,33). Sum of RGB (Red+Green+Blue) = 40+181+33=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 181 (71.09% from 255 or 71.26% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 181 - color contains mainly: green. Hex color #28B521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B521 is #D74ADE. Grayscale: #7A7A7A. Windows color (decimal): -14109407 or 2209064. OLE color: 2209064.
HSL color Cylindrical-coordinate representation of color #28B521: hue angle of 117.16º degrees, saturation: 0.69, 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 #28B521 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 181 | 33 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.29 |
| HSL | 117.16º | 0.69% | 0.42% | - |
| HSV(B) | 117.16º | 0.82% | 0.71% | - |
| XYZ | 17.67 | 33.61 | 6.99 | - |
| YUV | 121.97 | 77.79 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 181 | 33 | 0.78 | 0 | 0.82 | 0.29 | 117.16 | 0.69 | 0.42 |
| Hex | 28 | B5 | 21 | 4E | 0 | 52 | 1D | 75 | 45 | 2A |
| Octal | 50 | 265 | 41 | 116 | 0 | 122 | 35 | 165 | 105 | 52 |
| Binary | 101000 | 10110101 | 100001 | 1001110 | 0 | 1010010 | 11101 | 1110101 | 1000101 | 101010 |
Color Harmonies of #28B521
Complementary color
Monochromatic Colors of #28B521
Black with #28B521
Text Example
Text Example
White with #28B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B521; }
p { color: rgb(40,181,33); }
H1.HeaderClassName
{
color: #28B521;
}
.AnyTagClassName
{
color: #28B521;
}
</style>
background-color css
<style>
a { background-color: #28B521; }
a { background-color: rgb(40,181,33); }
div.DivClassName
{
background-color: #28B521;
}
.BgClassName
{
background-color: #28B521;
}
</style>
border-color css
<style>
span { border-color: #28B521; }
span { border-color: rgb(40,181,33); }
td.TdClassName
{
border-color: #28B521;
}
.TagClassName
{
border-color: #28B521;
}
</style>