Shades of Lime Green #28E145
Tints of Lime Green #28E145
RGB
CMYK
RGB Variations
Color information
#28E145 (or 0x28E145) is known color: Lime Green. HEX triplet: 28, E1 and 45. RGB value is (40,225,69). Sum of RGB (Red+Green+Blue) = 40+225+69=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 225 (88.28% from 255 or 67.37% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 225 - color contains mainly: green. Hex color #28E145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E145 is #D71EBA. Grayscale: #989898. Windows color (decimal): -14098107 or 4579624. OLE color: 4579624.
HSL color Cylindrical-coordinate representation of color #28E145: hue angle of 129.41º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E145 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 225 | 69 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.12 |
| HSL | 129.41º | 0.76% | 0.52% | - |
| HSV(B) | 129.41º | 0.82% | 0.88% | - |
| XYZ | 28.87 | 54.73 | 14.67 | - |
| YUV | 151.9 | 81.21 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 225 | 69 | 0.82 | 0 | 0.69 | 0.12 | 129.41 | 0.76 | 0.52 |
| Hex | 28 | E1 | 45 | 52 | 0 | 45 | C | 81 | 4C | 34 |
| Octal | 50 | 341 | 105 | 122 | 0 | 105 | 14 | 201 | 114 | 64 |
| Binary | 101000 | 11100001 | 1000101 | 1010010 | 0 | 1000101 | 1100 | 10000001 | 1001100 | 110100 |
Color Harmonies of #28E145
Complementary color
Monochromatic Colors of #28E145
Black with #28E145
Text Example
Text Example
White with #28E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E145; }
p { color: rgb(40,225,69); }
H1.HeaderClassName
{
color: #28E145;
}
.AnyTagClassName
{
color: #28E145;
}
</style>
background-color css
<style>
a { background-color: #28E145; }
a { background-color: rgb(40,225,69); }
div.DivClassName
{
background-color: #28E145;
}
.BgClassName
{
background-color: #28E145;
}
</style>
border-color css
<style>
span { border-color: #28E145; }
span { border-color: rgb(40,225,69); }
td.TdClassName
{
border-color: #28E145;
}
.TagClassName
{
border-color: #28E145;
}
</style>