Shades of Lime Green #28EA44
Tints of Lime Green #28EA44
RGB
CMYK
RGB Variations
Color information
#28EA44 (or 0x28EA44) is known color: Lime Green. HEX triplet: 28, EA and 44. RGB value is (40,234,68). Sum of RGB (Red+Green+Blue) = 40+234+68=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 234 (91.80% from 255 or 68.42% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 234 - color contains mainly: green. Hex color #28EA44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EA44 is #D715BB. Grayscale: #9D9D9D. Windows color (decimal): -14095804 or 4516392. OLE color: 4516392.
HSL color Cylindrical-coordinate representation of color #28EA44: hue angle of 128.66º degrees, saturation: 0.82, 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 #28EA44 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 234 | 68 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.08 |
| HSL | 128.66º | 0.82% | 0.54% | - |
| HSV(B) | 128.66º | 0.83% | 0.92% | - |
| XYZ | 31.34 | 59.71 | 15.34 | - |
| YUV | 157.07 | 77.73 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 234 | 68 | 0.83 | 0 | 0.71 | 0.08 | 128.66 | 0.82 | 0.54 |
| Hex | 28 | EA | 44 | 53 | 0 | 47 | 8 | 81 | 52 | 36 |
| Octal | 50 | 352 | 104 | 123 | 0 | 107 | 10 | 201 | 122 | 66 |
| Binary | 101000 | 11101010 | 1000100 | 1010011 | 0 | 1000111 | 1000 | 10000001 | 1010010 | 110110 |
Color Harmonies of #28EA44
Complementary color
Monochromatic Colors of #28EA44
Black with #28EA44
Text Example
Text Example
White with #28EA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EA44; }
p { color: rgb(40,234,68); }
H1.HeaderClassName
{
color: #28EA44;
}
.AnyTagClassName
{
color: #28EA44;
}
</style>
background-color css
<style>
a { background-color: #28EA44; }
a { background-color: rgb(40,234,68); }
div.DivClassName
{
background-color: #28EA44;
}
.BgClassName
{
background-color: #28EA44;
}
</style>
border-color css
<style>
span { border-color: #28EA44; }
span { border-color: rgb(40,234,68); }
td.TdClassName
{
border-color: #28EA44;
}
.TagClassName
{
border-color: #28EA44;
}
</style>