Shades of Lime Green #28E845
Tints of Lime Green #28E845
RGB
CMYK
RGB Variations
Color information
#28E845 (or 0x28E845) is known color: Lime Green. HEX triplet: 28, E8 and 45. RGB value is (40,232,69). Sum of RGB (Red+Green+Blue) = 40+232+69=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 232 (91.02% from 255 or 68.04% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 232 - color contains mainly: green. Hex color #28E845 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28E845 is #D717BA. Grayscale: #9C9C9C. Windows color (decimal): -14096315 or 4581416. OLE color: 4581416.
HSL color Cylindrical-coordinate representation of color #28E845: hue angle of 129.06º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E845 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 232 | 69 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.09 |
| HSL | 129.06º | 0.81% | 0.53% | - |
| HSV(B) | 129.06º | 0.83% | 0.91% | - |
| XYZ | 30.81 | 58.59 | 15.32 | - |
| YUV | 156.01 | 78.89 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 232 | 69 | 0.83 | 0 | 0.70 | 0.09 | 129.06 | 0.81 | 0.53 |
| Hex | 28 | E8 | 45 | 53 | 0 | 46 | 9 | 81 | 51 | 35 |
| Octal | 50 | 350 | 105 | 123 | 0 | 106 | 11 | 201 | 121 | 65 |
| Binary | 101000 | 11101000 | 1000101 | 1010011 | 0 | 1000110 | 1001 | 10000001 | 1010001 | 110101 |
Color Harmonies of #28E845
Complementary color
Monochromatic Colors of #28E845
Black with #28E845
Text Example
Text Example
White with #28E845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E845; }
p { color: rgb(40,232,69); }
H1.HeaderClassName
{
color: #28E845;
}
.AnyTagClassName
{
color: #28E845;
}
</style>
background-color css
<style>
a { background-color: #28E845; }
a { background-color: rgb(40,232,69); }
div.DivClassName
{
background-color: #28E845;
}
.BgClassName
{
background-color: #28E845;
}
</style>
border-color css
<style>
span { border-color: #28E845; }
span { border-color: rgb(40,232,69); }
td.TdClassName
{
border-color: #28E845;
}
.TagClassName
{
border-color: #28E845;
}
</style>