Shades of Lime Green #28E044
Tints of Lime Green #28E044
RGB
CMYK
RGB Variations
Color information
#28E044 (or 0x28E044) is known color: Lime Green. HEX triplet: 28, E0 and 44. RGB value is (40,224,68). Sum of RGB (Red+Green+Blue) = 40+224+68=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 224 (87.89% from 255 or 67.47% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 224 - color contains mainly: green. Hex color #28E044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E044 is #D71FBB. Grayscale: #979797. Windows color (decimal): -14098364 or 4513832. OLE color: 4513832.
HSL color Cylindrical-coordinate representation of color #28E044: hue angle of 129.13º 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 #28E044 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 224 | 68 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.12 |
| HSL | 129.13º | 0.75% | 0.52% | - |
| HSV(B) | 129.13º | 0.82% | 0.88% | - |
| XYZ | 28.57 | 54.18 | 14.42 | - |
| YUV | 151.2 | 81.04 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 224 | 68 | 0.82 | 0 | 0.70 | 0.12 | 129.13 | 0.75 | 0.52 |
| Hex | 28 | E0 | 44 | 52 | 0 | 46 | C | 81 | 4B | 34 |
| Octal | 50 | 340 | 104 | 122 | 0 | 106 | 14 | 201 | 113 | 64 |
| Binary | 101000 | 11100000 | 1000100 | 1010010 | 0 | 1000110 | 1100 | 10000001 | 1001011 | 110100 |
Color Harmonies of #28E044
Complementary color
Monochromatic Colors of #28E044
Black with #28E044
Text Example
Text Example
White with #28E044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E044; }
p { color: rgb(40,224,68); }
H1.HeaderClassName
{
color: #28E044;
}
.AnyTagClassName
{
color: #28E044;
}
</style>
background-color css
<style>
a { background-color: #28E044; }
a { background-color: rgb(40,224,68); }
div.DivClassName
{
background-color: #28E044;
}
.BgClassName
{
background-color: #28E044;
}
</style>
border-color css
<style>
span { border-color: #28E044; }
span { border-color: rgb(40,224,68); }
td.TdClassName
{
border-color: #28E044;
}
.TagClassName
{
border-color: #28E044;
}
</style>