Shades of Lime Green #28E245
Tints of Lime Green #28E245
RGB
CMYK
RGB Variations
Color information
#28E245 (or 0x28E245) is known color: Lime Green. HEX triplet: 28, E2 and 45. RGB value is (40,226,69). Sum of RGB (Red+Green+Blue) = 40+226+69=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 226 (88.67% from 255 or 67.46% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 226 - color contains mainly: green. Hex color #28E245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E245 is #D71DBA. Grayscale: #989898. Windows color (decimal): -14097851 or 4579880. OLE color: 4579880.
HSL color Cylindrical-coordinate representation of color #28E245: hue angle of 129.35º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E245 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 226 | 69 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.11 |
| HSL | 129.35º | 0.76% | 0.52% | - |
| HSV(B) | 129.35º | 0.82% | 0.89% | - |
| XYZ | 29.15 | 55.27 | 14.76 | - |
| YUV | 152.49 | 80.88 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 226 | 69 | 0.82 | 0 | 0.69 | 0.11 | 129.35 | 0.76 | 0.52 |
| Hex | 28 | E2 | 45 | 52 | 0 | 45 | B | 81 | 4C | 34 |
| Octal | 50 | 342 | 105 | 122 | 0 | 105 | 13 | 201 | 114 | 64 |
| Binary | 101000 | 11100010 | 1000101 | 1010010 | 0 | 1000101 | 1011 | 10000001 | 1001100 | 110100 |
Color Harmonies of #28E245
Complementary color
Monochromatic Colors of #28E245
Black with #28E245
Text Example
Text Example
White with #28E245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E245; }
p { color: rgb(40,226,69); }
H1.HeaderClassName
{
color: #28E245;
}
.AnyTagClassName
{
color: #28E245;
}
</style>
background-color css
<style>
a { background-color: #28E245; }
a { background-color: rgb(40,226,69); }
div.DivClassName
{
background-color: #28E245;
}
.BgClassName
{
background-color: #28E245;
}
</style>
border-color css
<style>
span { border-color: #28E245; }
span { border-color: rgb(40,226,69); }
td.TdClassName
{
border-color: #28E245;
}
.TagClassName
{
border-color: #28E245;
}
</style>