Shades of Lime Green #28EB2C
Tints of Lime Green #28EB2C
RGB
CMYK
RGB Variations
Color information
#28EB2C (or 0x28EB2C) is known color: Lime Green. HEX triplet: 28, EB and 2C. RGB value is (40,235,44). Sum of RGB (Red+Green+Blue) = 40+235+44=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 235 (92.19% from 255 or 73.67% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 235 - color contains mainly: green. Hex color #28EB2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EB2C is #D714D3. Grayscale: #9B9B9B. Windows color (decimal): -14095572 or 2943784. OLE color: 2943784.
HSL color Cylindrical-coordinate representation of color #28EB2C: hue angle of 121.23º 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 #28EB2C is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 235 | 44 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.08 |
| HSL | 121.23º | 0.83% | 0.54% | - |
| HSV(B) | 121.23º | 0.83% | 0.92% | - |
| XYZ | 31.04 | 60.05 | 12.34 | - |
| YUV | 154.92 | 65.4 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 44 | 0.83 | 0 | 0.81 | 0.08 | 121.23 | 0.83 | 0.54 |
| Hex | 28 | EB | 2C | 53 | 0 | 51 | 8 | 79 | 53 | 36 |
| Octal | 50 | 353 | 54 | 123 | 0 | 121 | 10 | 171 | 123 | 66 |
| Binary | 101000 | 11101011 | 101100 | 1010011 | 0 | 1010001 | 1000 | 1111001 | 1010011 | 110110 |
Color Harmonies of #28EB2C
Complementary color
Monochromatic Colors of #28EB2C
Black with #28EB2C
Text Example
Text Example
White with #28EB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EB2C; }
p { color: rgb(40,235,44); }
H1.HeaderClassName
{
color: #28EB2C;
}
.AnyTagClassName
{
color: #28EB2C;
}
</style>
background-color css
<style>
a { background-color: #28EB2C; }
a { background-color: rgb(40,235,44); }
div.DivClassName
{
background-color: #28EB2C;
}
.BgClassName
{
background-color: #28EB2C;
}
</style>
border-color css
<style>
span { border-color: #28EB2C; }
span { border-color: rgb(40,235,44); }
td.TdClassName
{
border-color: #28EB2C;
}
.TagClassName
{
border-color: #28EB2C;
}
</style>