Shades of Lime Green #28C821
Tints of Lime Green #28C821
RGB
CMYK
RGB Variations
Color information
#28C821 (or 0x28C821) is known color: Lime Green. HEX triplet: 28, C8 and 21. RGB value is (40,200,33). Sum of RGB (Red+Green+Blue) = 40+200+33=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 200 (78.52% from 255 or 73.26% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 200 - color contains mainly: green. Hex color #28C821 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C821 is #D737DE. Grayscale: #858585. Windows color (decimal): -14104543 or 2213928. OLE color: 2213928.
HSL color Cylindrical-coordinate representation of color #28C821: hue angle of 117.49º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28C821 is Cyan = 0.8, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 33 | - |
| CMYK | 0.8 | 0 | 0.84 | 0.22 |
| HSL | 117.49º | 0.72% | 0.46% | - |
| HSV(B) | 117.49º | 0.84% | 0.78% | - |
| XYZ | 21.8 | 41.87 | 8.37 | - |
| YUV | 133.12 | 71.49 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 33 | 0.8 | 0 | 0.84 | 0.22 | 117.49 | 0.72 | 0.46 |
| Hex | 28 | C8 | 21 | 50 | 0 | 54 | 16 | 75 | 48 | 2E |
| Octal | 50 | 310 | 41 | 120 | 0 | 124 | 26 | 165 | 110 | 56 |
| Binary | 101000 | 11001000 | 100001 | 1010000 | 0 | 1010100 | 10110 | 1110101 | 1001000 | 101110 |
Color Harmonies of #28C821
Complementary color
Monochromatic Colors of #28C821
Black with #28C821
Text Example
Text Example
White with #28C821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C821; }
p { color: rgb(40,200,33); }
H1.HeaderClassName
{
color: #28C821;
}
.AnyTagClassName
{
color: #28C821;
}
</style>
background-color css
<style>
a { background-color: #28C821; }
a { background-color: rgb(40,200,33); }
div.DivClassName
{
background-color: #28C821;
}
.BgClassName
{
background-color: #28C821;
}
</style>
border-color css
<style>
span { border-color: #28C821; }
span { border-color: rgb(40,200,33); }
td.TdClassName
{
border-color: #28C821;
}
.TagClassName
{
border-color: #28C821;
}
</style>