Shades of Lime Green #28C921
Tints of Lime Green #28C921
RGB
CMYK
RGB Variations
Color information
#28C921 (or 0x28C921) is known color: Lime Green. HEX triplet: 28, C9 and 21. RGB value is (40,201,33). Sum of RGB (Red+Green+Blue) = 40+201+33=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 201 (78.91% from 255 or 73.36% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 201 - color contains mainly: green. Hex color #28C921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C921 is #D736DE. Grayscale: #868686. Windows color (decimal): -14104287 or 2214184. OLE color: 2214184.
HSL color Cylindrical-coordinate representation of color #28C921: hue angle of 117.5º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28C921 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 33 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.21 |
| HSL | 117.5º | 0.72% | 0.46% | - |
| HSV(B) | 117.5º | 0.84% | 0.79% | - |
| XYZ | 22.04 | 42.33 | 8.45 | - |
| YUV | 133.71 | 71.16 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 33 | 0.80 | 0 | 0.84 | 0.21 | 117.5 | 0.72 | 0.46 |
| Hex | 28 | C9 | 21 | 50 | 0 | 54 | 15 | 76 | 48 | 2E |
| Octal | 50 | 311 | 41 | 120 | 0 | 124 | 25 | 166 | 110 | 56 |
| Binary | 101000 | 11001001 | 100001 | 1010000 | 0 | 1010100 | 10101 | 1110110 | 1001000 | 101110 |
Color Harmonies of #28C921
Complementary color
Monochromatic Colors of #28C921
Black with #28C921
Text Example
Text Example
White with #28C921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C921; }
p { color: rgb(40,201,33); }
H1.HeaderClassName
{
color: #28C921;
}
.AnyTagClassName
{
color: #28C921;
}
</style>
background-color css
<style>
a { background-color: #28C921; }
a { background-color: rgb(40,201,33); }
div.DivClassName
{
background-color: #28C921;
}
.BgClassName
{
background-color: #28C921;
}
</style>
border-color css
<style>
span { border-color: #28C921; }
span { border-color: rgb(40,201,33); }
td.TdClassName
{
border-color: #28C921;
}
.TagClassName
{
border-color: #28C921;
}
</style>