Shades of Lime Green #28E645
Tints of Lime Green #28E645
RGB
CMYK
RGB Variations
Color information
#28E645 (or 0x28E645) is known color: Lime Green. HEX triplet: 28, E6 and 45. RGB value is (40,230,69). Sum of RGB (Red+Green+Blue) = 40+230+69=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 230 (90.23% from 255 or 67.85% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 230 - color contains mainly: green. Hex color #28E645 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28E645 is #D719BA. Grayscale: #9B9B9B. Windows color (decimal): -14096827 or 4580904. OLE color: 4580904.
HSL color Cylindrical-coordinate representation of color #28E645: hue angle of 129.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E645 is Cyan = 0.83, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 230 | 69 | - |
| CMYK | 0.83 | 0 | 0.7 | 0.10 |
| HSL | 129.16º | 0.79% | 0.53% | - |
| HSV(B) | 129.16º | 0.83% | 0.9% | - |
| XYZ | 30.25 | 57.47 | 15.13 | - |
| YUV | 154.84 | 79.55 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 230 | 69 | 0.83 | 0 | 0.7 | 0.10 | 129.16 | 0.79 | 0.53 |
| Hex | 28 | E6 | 45 | 53 | 0 | 46 | A | 81 | 4F | 35 |
| Octal | 50 | 346 | 105 | 123 | 0 | 106 | 12 | 201 | 117 | 65 |
| Binary | 101000 | 11100110 | 1000101 | 1010011 | 0 | 1000110 | 1010 | 10000001 | 1001111 | 110101 |
Color Harmonies of #28E645
Complementary color
Monochromatic Colors of #28E645
Black with #28E645
Text Example
Text Example
White with #28E645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E645; }
p { color: rgb(40,230,69); }
H1.HeaderClassName
{
color: #28E645;
}
.AnyTagClassName
{
color: #28E645;
}
</style>
background-color css
<style>
a { background-color: #28E645; }
a { background-color: rgb(40,230,69); }
div.DivClassName
{
background-color: #28E645;
}
.BgClassName
{
background-color: #28E645;
}
</style>
border-color css
<style>
span { border-color: #28E645; }
span { border-color: rgb(40,230,69); }
td.TdClassName
{
border-color: #28E645;
}
.TagClassName
{
border-color: #28E645;
}
</style>