Shades of Lime Green #28E526
Tints of Lime Green #28E526
RGB
CMYK
RGB Variations
Color information
#28E526 (or 0x28E526) is known color: Lime Green. HEX triplet: 28, E5 and 26. RGB value is (40,229,38). Sum of RGB (Red+Green+Blue) = 40+229+38=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 229 (89.84% from 255 or 74.59% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 229 - color contains mainly: green. Hex color #28E526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E526 is #D71AD9. Grayscale: #979797. Windows color (decimal): -14097114 or 2549032. OLE color: 2549032.
HSL color Cylindrical-coordinate representation of color #28E526: hue angle of 119.37º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E526 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 229 | 38 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.10 |
| HSL | 119.37º | 0.79% | 0.52% | - |
| HSV(B) | 119.37º | 0.83% | 0.9% | - |
| XYZ | 29.24 | 56.63 | 11.22 | - |
| YUV | 150.72 | 64.38 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 229 | 38 | 0.83 | 0 | 0.83 | 0.10 | 119.37 | 0.79 | 0.52 |
| Hex | 28 | E5 | 26 | 53 | 0 | 53 | A | 77 | 4F | 34 |
| Octal | 50 | 345 | 46 | 123 | 0 | 123 | 12 | 167 | 117 | 64 |
| Binary | 101000 | 11100101 | 100110 | 1010011 | 0 | 1010011 | 1010 | 1110111 | 1001111 | 110100 |
Color Harmonies of #28E526
Complementary color
Monochromatic Colors of #28E526
Black with #28E526
Text Example
Text Example
White with #28E526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E526; }
p { color: rgb(40,229,38); }
H1.HeaderClassName
{
color: #28E526;
}
.AnyTagClassName
{
color: #28E526;
}
</style>
background-color css
<style>
a { background-color: #28E526; }
a { background-color: rgb(40,229,38); }
div.DivClassName
{
background-color: #28E526;
}
.BgClassName
{
background-color: #28E526;
}
</style>
border-color css
<style>
span { border-color: #28E526; }
span { border-color: rgb(40,229,38); }
td.TdClassName
{
border-color: #28E526;
}
.TagClassName
{
border-color: #28E526;
}
</style>