Shades of Lime Green #28E02D
Tints of Lime Green #28E02D
RGB
CMYK
RGB Variations
Color information
#28E02D (or 0x28E02D) is known color: Lime Green. HEX triplet: 28, E0 and 2D. RGB value is (40,224,45). Sum of RGB (Red+Green+Blue) = 40+224+45=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 224 (87.89% from 255 or 72.49% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 224 - color contains mainly: green. Hex color #28E02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E02D is #D71FD2. Grayscale: #959595. Windows color (decimal): -14098387 or 3006504. OLE color: 3006504.
HSL color Cylindrical-coordinate representation of color #28E02D: hue angle of 121.63º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E02D is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 224 | 45 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.12 |
| HSL | 121.63º | 0.75% | 0.52% | - |
| HSV(B) | 121.63º | 0.82% | 0.88% | - |
| XYZ | 28 | 53.95 | 11.42 | - |
| YUV | 148.58 | 69.54 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 224 | 45 | 0.82 | 0 | 0.80 | 0.12 | 121.63 | 0.75 | 0.52 |
| Hex | 28 | E0 | 2D | 52 | 0 | 50 | C | 7A | 4B | 34 |
| Octal | 50 | 340 | 55 | 122 | 0 | 120 | 14 | 172 | 113 | 64 |
| Binary | 101000 | 11100000 | 101101 | 1010010 | 0 | 1010000 | 1100 | 1111010 | 1001011 | 110100 |
Color Harmonies of #28E02D
Complementary color
Monochromatic Colors of #28E02D
Black with #28E02D
Text Example
Text Example
White with #28E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E02D; }
p { color: rgb(40,224,45); }
H1.HeaderClassName
{
color: #28E02D;
}
.AnyTagClassName
{
color: #28E02D;
}
</style>
background-color css
<style>
a { background-color: #28E02D; }
a { background-color: rgb(40,224,45); }
div.DivClassName
{
background-color: #28E02D;
}
.BgClassName
{
background-color: #28E02D;
}
</style>
border-color css
<style>
span { border-color: #28E02D; }
span { border-color: rgb(40,224,45); }
td.TdClassName
{
border-color: #28E02D;
}
.TagClassName
{
border-color: #28E02D;
}
</style>