Shades of Lime Green #28D221
Tints of Lime Green #28D221
RGB
CMYK
RGB Variations
Color information
#28D221 (or 0x28D221) is known color: Lime Green. HEX triplet: 28, D2 and 21. RGB value is (40,210,33). Sum of RGB (Red+Green+Blue) = 40+210+33=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 210 (82.42% from 255 or 74.20% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 210 - color contains mainly: green. Hex color #28D221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D221 is #D72DDE. Grayscale: #8B8B8B. Windows color (decimal): -14101983 or 2216488. OLE color: 2216488.
HSL color Cylindrical-coordinate representation of color #28D221: hue angle of 117.63º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28D221 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 33 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.18 |
| HSL | 117.63º | 0.73% | 0.48% | - |
| HSV(B) | 117.63º | 0.84% | 0.82% | - |
| XYZ | 24.2 | 46.65 | 9.17 | - |
| YUV | 138.99 | 68.18 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 33 | 0.81 | 0 | 0.84 | 0.18 | 117.63 | 0.73 | 0.48 |
| Hex | 28 | D2 | 21 | 51 | 0 | 54 | 12 | 76 | 49 | 30 |
| Octal | 50 | 322 | 41 | 121 | 0 | 124 | 22 | 166 | 111 | 60 |
| Binary | 101000 | 11010010 | 100001 | 1010001 | 0 | 1010100 | 10010 | 1110110 | 1001001 | 110000 |
Color Harmonies of #28D221
Complementary color
Monochromatic Colors of #28D221
Black with #28D221
Text Example
Text Example
White with #28D221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D221; }
p { color: rgb(40,210,33); }
H1.HeaderClassName
{
color: #28D221;
}
.AnyTagClassName
{
color: #28D221;
}
</style>
background-color css
<style>
a { background-color: #28D221; }
a { background-color: rgb(40,210,33); }
div.DivClassName
{
background-color: #28D221;
}
.BgClassName
{
background-color: #28D221;
}
</style>
border-color css
<style>
span { border-color: #28D221; }
span { border-color: rgb(40,210,33); }
td.TdClassName
{
border-color: #28D221;
}
.TagClassName
{
border-color: #28D221;
}
</style>