Shades of Lime Green #28E945
Tints of Lime Green #28E945
RGB
CMYK
RGB Variations
Color information
#28E945 (or 0x28E945) is known color: Lime Green. HEX triplet: 28, E9 and 45. RGB value is (40,233,69). Sum of RGB (Red+Green+Blue) = 40+233+69=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 233 (91.41% from 255 or 68.13% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 233 - color contains mainly: green. Hex color #28E945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28E945 is #D716BA. Grayscale: #9D9D9D. Windows color (decimal): -14096059 or 4581672. OLE color: 4581672.
HSL color Cylindrical-coordinate representation of color #28E945: hue angle of 129.02º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E945 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 233 | 69 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.09 |
| HSL | 129.02º | 0.81% | 0.54% | - |
| HSV(B) | 129.02º | 0.83% | 0.91% | - |
| XYZ | 31.09 | 59.16 | 15.41 | - |
| YUV | 156.6 | 78.56 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 233 | 69 | 0.83 | 0 | 0.70 | 0.09 | 129.02 | 0.81 | 0.54 |
| Hex | 28 | E9 | 45 | 53 | 0 | 46 | 9 | 81 | 51 | 36 |
| Octal | 50 | 351 | 105 | 123 | 0 | 106 | 11 | 201 | 121 | 66 |
| Binary | 101000 | 11101001 | 1000101 | 1010011 | 0 | 1000110 | 1001 | 10000001 | 1010001 | 110110 |
Color Harmonies of #28E945
Complementary color
Monochromatic Colors of #28E945
Black with #28E945
Text Example
Text Example
White with #28E945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E945; }
p { color: rgb(40,233,69); }
H1.HeaderClassName
{
color: #28E945;
}
.AnyTagClassName
{
color: #28E945;
}
</style>
background-color css
<style>
a { background-color: #28E945; }
a { background-color: rgb(40,233,69); }
div.DivClassName
{
background-color: #28E945;
}
.BgClassName
{
background-color: #28E945;
}
</style>
border-color css
<style>
span { border-color: #28E945; }
span { border-color: rgb(40,233,69); }
td.TdClassName
{
border-color: #28E945;
}
.TagClassName
{
border-color: #28E945;
}
</style>