Shades of Lime Green #28E337
Tints of Lime Green #28E337
RGB
CMYK
RGB Variations
Color information
#28E337 (or 0x28E337) is known color: Lime Green. HEX triplet: 28, E3 and 37. RGB value is (40,227,55). Sum of RGB (Red+Green+Blue) = 40+227+55=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 227 (89.06% from 255 or 70.50% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 227 - color contains mainly: green. Hex color #28E337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E337 is #D71CC8. Grayscale: #979797. Windows color (decimal): -14097609 or 3662632. OLE color: 3662632.
HSL color Cylindrical-coordinate representation of color #28E337: hue angle of 124.81º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E337 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 227 | 55 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.11 |
| HSL | 124.81º | 0.77% | 0.52% | - |
| HSV(B) | 124.81º | 0.82% | 0.89% | - |
| XYZ | 29.03 | 55.67 | 12.83 | - |
| YUV | 151.48 | 73.55 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 227 | 55 | 0.82 | 0 | 0.76 | 0.11 | 124.81 | 0.77 | 0.52 |
| Hex | 28 | E3 | 37 | 52 | 0 | 4C | B | 7D | 4D | 34 |
| Octal | 50 | 343 | 67 | 122 | 0 | 114 | 13 | 175 | 115 | 64 |
| Binary | 101000 | 11100011 | 110111 | 1010010 | 0 | 1001100 | 1011 | 1111101 | 1001101 | 110100 |
Color Harmonies of #28E337
Complementary color
Monochromatic Colors of #28E337
Black with #28E337
Text Example
Text Example
White with #28E337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E337; }
p { color: rgb(40,227,55); }
H1.HeaderClassName
{
color: #28E337;
}
.AnyTagClassName
{
color: #28E337;
}
</style>
background-color css
<style>
a { background-color: #28E337; }
a { background-color: rgb(40,227,55); }
div.DivClassName
{
background-color: #28E337;
}
.BgClassName
{
background-color: #28E337;
}
</style>
border-color css
<style>
span { border-color: #28E337; }
span { border-color: rgb(40,227,55); }
td.TdClassName
{
border-color: #28E337;
}
.TagClassName
{
border-color: #28E337;
}
</style>