Shades of Lime Green #28C721
Tints of Lime Green #28C721
RGB
CMYK
RGB Variations
Color information
#28C721 (or 0x28C721) is known color: Lime Green. HEX triplet: 28, C7 and 21. RGB value is (40,199,33). Sum of RGB (Red+Green+Blue) = 40+199+33=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 199 (78.12% from 255 or 73.16% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 199 - color contains mainly: green. Hex color #28C721 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C721 is #D738DE. Grayscale: #858585. Windows color (decimal): -14104799 or 2213672. OLE color: 2213672.
HSL color Cylindrical-coordinate representation of color #28C721: hue angle of 117.47º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28C721 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 199 | 33 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.22 |
| HSL | 117.47º | 0.72% | 0.45% | - |
| HSV(B) | 117.47º | 0.83% | 0.78% | - |
| XYZ | 21.57 | 41.41 | 8.29 | - |
| YUV | 132.54 | 71.82 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 199 | 33 | 0.80 | 0 | 0.83 | 0.22 | 117.47 | 0.72 | 0.45 |
| Hex | 28 | C7 | 21 | 50 | 0 | 53 | 16 | 75 | 48 | 2D |
| Octal | 50 | 307 | 41 | 120 | 0 | 123 | 26 | 165 | 110 | 55 |
| Binary | 101000 | 11000111 | 100001 | 1010000 | 0 | 1010011 | 10110 | 1110101 | 1001000 | 101101 |
Color Harmonies of #28C721
Complementary color
Monochromatic Colors of #28C721
Black with #28C721
Text Example
Text Example
White with #28C721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C721; }
p { color: rgb(40,199,33); }
H1.HeaderClassName
{
color: #28C721;
}
.AnyTagClassName
{
color: #28C721;
}
</style>
background-color css
<style>
a { background-color: #28C721; }
a { background-color: rgb(40,199,33); }
div.DivClassName
{
background-color: #28C721;
}
.BgClassName
{
background-color: #28C721;
}
</style>
border-color css
<style>
span { border-color: #28C721; }
span { border-color: rgb(40,199,33); }
td.TdClassName
{
border-color: #28C721;
}
.TagClassName
{
border-color: #28C721;
}
</style>