Shades of Lime Green #28EB3A
Tints of Lime Green #28EB3A
RGB
CMYK
RGB Variations
Color information
#28EB3A (or 0x28EB3A) is known color: Lime Green. HEX triplet: 28, EB and 3A. RGB value is (40,235,58). Sum of RGB (Red+Green+Blue) = 40+235+58=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 235 (92.19% from 255 or 70.57% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 235 - color contains mainly: green. Hex color #28EB3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EB3A is #D714C5. Grayscale: #9D9D9D. Windows color (decimal): -14095558 or 3861288. OLE color: 3861288.
HSL color Cylindrical-coordinate representation of color #28EB3A: hue angle of 125.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EB3A is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 235 | 58 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.08 |
| HSL | 125.54º | 0.83% | 0.54% | - |
| HSV(B) | 125.54º | 0.83% | 0.92% | - |
| XYZ | 31.35 | 60.17 | 13.97 | - |
| YUV | 156.52 | 72.4 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 58 | 0.83 | 0 | 0.75 | 0.08 | 125.54 | 0.83 | 0.54 |
| Hex | 28 | EB | 3A | 53 | 0 | 4B | 8 | 7E | 53 | 36 |
| Octal | 50 | 353 | 72 | 123 | 0 | 113 | 10 | 176 | 123 | 66 |
| Binary | 101000 | 11101011 | 111010 | 1010011 | 0 | 1001011 | 1000 | 1111110 | 1010011 | 110110 |
Color Harmonies of #28EB3A
Complementary color
Monochromatic Colors of #28EB3A
Black with #28EB3A
Text Example
Text Example
White with #28EB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EB3A; }
p { color: rgb(40,235,58); }
H1.HeaderClassName
{
color: #28EB3A;
}
.AnyTagClassName
{
color: #28EB3A;
}
</style>
background-color css
<style>
a { background-color: #28EB3A; }
a { background-color: rgb(40,235,58); }
div.DivClassName
{
background-color: #28EB3A;
}
.BgClassName
{
background-color: #28EB3A;
}
</style>
border-color css
<style>
span { border-color: #28EB3A; }
span { border-color: rgb(40,235,58); }
td.TdClassName
{
border-color: #28EB3A;
}
.TagClassName
{
border-color: #28EB3A;
}
</style>