Shades of Lime Green #28E640
Tints of Lime Green #28E640
RGB
CMYK
RGB Variations
Color information
#28E640 (or 0x28E640) is known color: Lime Green. HEX triplet: 28, E6 and 40. RGB value is (40,230,64). Sum of RGB (Red+Green+Blue) = 40+230+64=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 230 (90.23% from 255 or 68.86% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 230 - color contains mainly: green. Hex color #28E640 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28E640 is #D719BF. Grayscale: #9A9A9A. Windows color (decimal): -14096832 or 4253224. OLE color: 4253224.
HSL color Cylindrical-coordinate representation of color #28E640: hue angle of 127.58º 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 #28E640 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 230 | 64 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.10 |
| HSL | 127.58º | 0.79% | 0.53% | - |
| HSV(B) | 127.58º | 0.83% | 0.9% | - |
| XYZ | 30.1 | 57.41 | 14.35 | - |
| YUV | 154.27 | 77.05 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 230 | 64 | 0.83 | 0 | 0.72 | 0.10 | 127.58 | 0.79 | 0.53 |
| Hex | 28 | E6 | 40 | 53 | 0 | 48 | A | 80 | 4F | 35 |
| Octal | 50 | 346 | 100 | 123 | 0 | 110 | 12 | 200 | 117 | 65 |
| Binary | 101000 | 11100110 | 1000000 | 1010011 | 0 | 1001000 | 1010 | 10000000 | 1001111 | 110101 |
Color Harmonies of #28E640
Complementary color
Monochromatic Colors of #28E640
Black with #28E640
Text Example
Text Example
White with #28E640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E640; }
p { color: rgb(40,230,64); }
H1.HeaderClassName
{
color: #28E640;
}
.AnyTagClassName
{
color: #28E640;
}
</style>
background-color css
<style>
a { background-color: #28E640; }
a { background-color: rgb(40,230,64); }
div.DivClassName
{
background-color: #28E640;
}
.BgClassName
{
background-color: #28E640;
}
</style>
border-color css
<style>
span { border-color: #28E640; }
span { border-color: rgb(40,230,64); }
td.TdClassName
{
border-color: #28E640;
}
.TagClassName
{
border-color: #28E640;
}
</style>