Shades of Lime Green #28EB2D
Tints of Lime Green #28EB2D
RGB
CMYK
RGB Variations
Color information
#28EB2D (or 0x28EB2D) is known color: Lime Green. HEX triplet: 28, EB and 2D. RGB value is (40,235,45). Sum of RGB (Red+Green+Blue) = 40+235+45=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 235 (92.19% from 255 or 73.44% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 235 - color contains mainly: green. Hex color #28EB2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EB2D is #D714D2. Grayscale: #9B9B9B. Windows color (decimal): -14095571 or 3009320. OLE color: 3009320.
HSL color Cylindrical-coordinate representation of color #28EB2D: hue angle of 121.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 #28EB2D is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 235 | 45 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.08 |
| HSL | 121.54º | 0.83% | 0.54% | - |
| HSV(B) | 121.54º | 0.83% | 0.92% | - |
| XYZ | 31.06 | 60.06 | 12.44 | - |
| YUV | 155.04 | 65.9 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 235 | 45 | 0.83 | 0 | 0.81 | 0.08 | 121.54 | 0.83 | 0.54 |
| Hex | 28 | EB | 2D | 53 | 0 | 51 | 8 | 7A | 53 | 36 |
| Octal | 50 | 353 | 55 | 123 | 0 | 121 | 10 | 172 | 123 | 66 |
| Binary | 101000 | 11101011 | 101101 | 1010011 | 0 | 1010001 | 1000 | 1111010 | 1010011 | 110110 |
Color Harmonies of #28EB2D
Complementary color
Monochromatic Colors of #28EB2D
Black with #28EB2D
Text Example
Text Example
White with #28EB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EB2D; }
p { color: rgb(40,235,45); }
H1.HeaderClassName
{
color: #28EB2D;
}
.AnyTagClassName
{
color: #28EB2D;
}
</style>
background-color css
<style>
a { background-color: #28EB2D; }
a { background-color: rgb(40,235,45); }
div.DivClassName
{
background-color: #28EB2D;
}
.BgClassName
{
background-color: #28EB2D;
}
</style>
border-color css
<style>
span { border-color: #28EB2D; }
span { border-color: rgb(40,235,45); }
td.TdClassName
{
border-color: #28EB2D;
}
.TagClassName
{
border-color: #28EB2D;
}
</style>