Shades of Lime Green #28EC2C
Tints of Lime Green #28EC2C
RGB
CMYK
RGB Variations
Color information
#28EC2C (or 0x28EC2C) is known color: Lime Green. HEX triplet: 28, EC and 2C. RGB value is (40,236,44). Sum of RGB (Red+Green+Blue) = 40+236+44=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 236 (92.58% from 255 or 73.75% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 236 - color contains mainly: green. Hex color #28EC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EC2C is #D713D3. Grayscale: #9C9C9C. Windows color (decimal): -14095316 or 2944040. OLE color: 2944040.
HSL color Cylindrical-coordinate representation of color #28EC2C: hue angle of 121.22º 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 #28EC2C is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 44 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.07 |
| HSL | 121.22º | 0.84% | 0.54% | - |
| HSV(B) | 121.22º | 0.83% | 0.93% | - |
| XYZ | 31.33 | 60.62 | 12.43 | - |
| YUV | 155.51 | 65.07 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 44 | 0.83 | 0 | 0.81 | 0.07 | 121.22 | 0.84 | 0.54 |
| Hex | 28 | EC | 2C | 53 | 0 | 51 | 7 | 79 | 54 | 36 |
| Octal | 50 | 354 | 54 | 123 | 0 | 121 | 7 | 171 | 124 | 66 |
| Binary | 101000 | 11101100 | 101100 | 1010011 | 0 | 1010001 | 111 | 1111001 | 1010100 | 110110 |
Color Harmonies of #28EC2C
Complementary color
Monochromatic Colors of #28EC2C
Black with #28EC2C
Text Example
Text Example
White with #28EC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EC2C; }
p { color: rgb(40,236,44); }
H1.HeaderClassName
{
color: #28EC2C;
}
.AnyTagClassName
{
color: #28EC2C;
}
</style>
background-color css
<style>
a { background-color: #28EC2C; }
a { background-color: rgb(40,236,44); }
div.DivClassName
{
background-color: #28EC2C;
}
.BgClassName
{
background-color: #28EC2C;
}
</style>
border-color css
<style>
span { border-color: #28EC2C; }
span { border-color: rgb(40,236,44); }
td.TdClassName
{
border-color: #28EC2C;
}
.TagClassName
{
border-color: #28EC2C;
}
</style>