Shades of Lime Green #28EC2E
Tints of Lime Green #28EC2E
RGB
CMYK
RGB Variations
Color information
#28EC2E (or 0x28EC2E) is known color: Lime Green. HEX triplet: 28, EC and 2E. RGB value is (40,236,46). Sum of RGB (Red+Green+Blue) = 40+236+46=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 236 (92.58% from 255 or 73.29% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 236 - color contains mainly: green. Hex color #28EC2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EC2E is #D713D1. Grayscale: #9C9C9C. Windows color (decimal): -14095314 or 3075112. OLE color: 3075112.
HSL color Cylindrical-coordinate representation of color #28EC2E: hue angle of 121.84º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EC2E is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 46 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.07 |
| HSL | 121.84º | 0.84% | 0.54% | - |
| HSV(B) | 121.84º | 0.83% | 0.93% | - |
| XYZ | 31.36 | 60.64 | 12.64 | - |
| YUV | 155.74 | 66.07 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 46 | 0.83 | 0 | 0.81 | 0.07 | 121.84 | 0.84 | 0.54 |
| Hex | 28 | EC | 2E | 53 | 0 | 51 | 7 | 7A | 54 | 36 |
| Octal | 50 | 354 | 56 | 123 | 0 | 121 | 7 | 172 | 124 | 66 |
| Binary | 101000 | 11101100 | 101110 | 1010011 | 0 | 1010001 | 111 | 1111010 | 1010100 | 110110 |
Color Harmonies of #28EC2E
Complementary color
Monochromatic Colors of #28EC2E
Black with #28EC2E
Text Example
Text Example
White with #28EC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EC2E; }
p { color: rgb(40,236,46); }
H1.HeaderClassName
{
color: #28EC2E;
}
.AnyTagClassName
{
color: #28EC2E;
}
</style>
background-color css
<style>
a { background-color: #28EC2E; }
a { background-color: rgb(40,236,46); }
div.DivClassName
{
background-color: #28EC2E;
}
.BgClassName
{
background-color: #28EC2E;
}
</style>
border-color css
<style>
span { border-color: #28EC2E; }
span { border-color: rgb(40,236,46); }
td.TdClassName
{
border-color: #28EC2E;
}
.TagClassName
{
border-color: #28EC2E;
}
</style>