Shades of Lime Green #28E428
Tints of Lime Green #28E428
RGB
CMYK
RGB Variations
Color information
#28E428 (or 0x28E428) is known color: Lime Green. HEX triplet: 28, E4 and 28. RGB value is (40,228,40). Sum of RGB (Red+Green+Blue) = 40+228+40=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 228 (89.45% from 255 or 74.03% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 228 - color contains mainly: green. Hex color #28E428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E428 is #D71BD7. Grayscale: #969696. Windows color (decimal): -14097368 or 2679848. OLE color: 2679848.
HSL color Cylindrical-coordinate representation of color #28E428: hue angle of 120º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E428 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 228 | 40 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.11 |
| HSL | 120º | 0.78% | 0.53% | - |
| HSV(B) | 120º | 0.82% | 0.89% | - |
| XYZ | 29 | 56.09 | 11.31 | - |
| YUV | 150.36 | 65.72 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 228 | 40 | 0.82 | 0 | 0.82 | 0.11 | 120 | 0.78 | 0.53 |
| Hex | 28 | E4 | 28 | 52 | 0 | 52 | B | 78 | 4E | 35 |
| Octal | 50 | 344 | 50 | 122 | 0 | 122 | 13 | 170 | 116 | 65 |
| Binary | 101000 | 11100100 | 101000 | 1010010 | 0 | 1010010 | 1011 | 1111000 | 1001110 | 110101 |
Color Harmonies of #28E428
Complementary color
Monochromatic Colors of #28E428
Black with #28E428
Text Example
Text Example
White with #28E428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E428; }
p { color: rgb(40,228,40); }
H1.HeaderClassName
{
color: #28E428;
}
.AnyTagClassName
{
color: #28E428;
}
</style>
background-color css
<style>
a { background-color: #28E428; }
a { background-color: rgb(40,228,40); }
div.DivClassName
{
background-color: #28E428;
}
.BgClassName
{
background-color: #28E428;
}
</style>
border-color css
<style>
span { border-color: #28E428; }
span { border-color: rgb(40,228,40); }
td.TdClassName
{
border-color: #28E428;
}
.TagClassName
{
border-color: #28E428;
}
</style>