Shades of Lime Green #28E124
Tints of Lime Green #28E124
RGB
CMYK
RGB Variations
Color information
#28E124 (or 0x28E124) is known color: Lime Green. HEX triplet: 28, E1 and 24. RGB value is (40,225,36). Sum of RGB (Red+Green+Blue) = 40+225+36=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 225 (88.28% from 255 or 74.75% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 225 - color contains mainly: green. Hex color #28E124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E124 is #D71EDB. Grayscale: #949494. Windows color (decimal): -14098140 or 2416936. OLE color: 2416936.
HSL color Cylindrical-coordinate representation of color #28E124: hue angle of 118.73º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28E124 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 225 | 36 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.12 |
| HSL | 118.73º | 0.76% | 0.51% | - |
| HSV(B) | 118.73º | 0.84% | 0.88% | - |
| XYZ | 28.12 | 54.43 | 10.69 | - |
| YUV | 148.14 | 64.71 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 225 | 36 | 0.82 | 0 | 0.84 | 0.12 | 118.73 | 0.76 | 0.51 |
| Hex | 28 | E1 | 24 | 52 | 0 | 54 | C | 77 | 4C | 33 |
| Octal | 50 | 341 | 44 | 122 | 0 | 124 | 14 | 167 | 114 | 63 |
| Binary | 101000 | 11100001 | 100100 | 1010010 | 0 | 1010100 | 1100 | 1110111 | 1001100 | 110011 |
Color Harmonies of #28E124
Complementary color
Monochromatic Colors of #28E124
Black with #28E124
Text Example
Text Example
White with #28E124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E124; }
p { color: rgb(40,225,36); }
H1.HeaderClassName
{
color: #28E124;
}
.AnyTagClassName
{
color: #28E124;
}
</style>
background-color css
<style>
a { background-color: #28E124; }
a { background-color: rgb(40,225,36); }
div.DivClassName
{
background-color: #28E124;
}
.BgClassName
{
background-color: #28E124;
}
</style>
border-color css
<style>
span { border-color: #28E124; }
span { border-color: rgb(40,225,36); }
td.TdClassName
{
border-color: #28E124;
}
.TagClassName
{
border-color: #28E124;
}
</style>