Shades of Lime Green #28D924
Tints of Lime Green #28D924
RGB
CMYK
RGB Variations
Color information
#28D924 (or 0x28D924) is known color: Lime Green. HEX triplet: 28, D9 and 24. RGB value is (40,217,36). Sum of RGB (Red+Green+Blue) = 40+217+36=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 217 (85.16% from 255 or 74.06% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 217 - color contains mainly: green. Hex color #28D924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D924 is #D726DB. Grayscale: #8F8F8F. Windows color (decimal): -14100188 or 2414888. OLE color: 2414888.
HSL color Cylindrical-coordinate representation of color #28D924: hue angle of 118.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28D924 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 36 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.15 |
| HSL | 118.67º | 0.72% | 0.5% | - |
| HSV(B) | 118.67º | 0.83% | 0.85% | - |
| XYZ | 26.01 | 50.2 | 9.99 | - |
| YUV | 143.44 | 67.36 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 36 | 0.82 | 0 | 0.83 | 0.15 | 118.67 | 0.72 | 0.5 |
| Hex | 28 | D9 | 24 | 52 | 0 | 53 | F | 77 | 48 | 32 |
| Octal | 50 | 331 | 44 | 122 | 0 | 123 | 17 | 167 | 110 | 62 |
| Binary | 101000 | 11011001 | 100100 | 1010010 | 0 | 1010011 | 1111 | 1110111 | 1001000 | 110010 |
Color Harmonies of #28D924
Complementary color
Monochromatic Colors of #28D924
Black with #28D924
Text Example
Text Example
White with #28D924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D924; }
p { color: rgb(40,217,36); }
H1.HeaderClassName
{
color: #28D924;
}
.AnyTagClassName
{
color: #28D924;
}
</style>
background-color css
<style>
a { background-color: #28D924; }
a { background-color: rgb(40,217,36); }
div.DivClassName
{
background-color: #28D924;
}
.BgClassName
{
background-color: #28D924;
}
</style>
border-color css
<style>
span { border-color: #28D924; }
span { border-color: rgb(40,217,36); }
td.TdClassName
{
border-color: #28D924;
}
.TagClassName
{
border-color: #28D924;
}
</style>