Shades of Lime Green #28E317
Tints of Lime Green #28E317
RGB
CMYK
RGB Variations
Color information
#28E317 (or 0x28E317) is known color: Lime Green. HEX triplet: 28, E3 and 17. RGB value is (40,227,23). Sum of RGB (Red+Green+Blue) = 40+227+23=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 227 (89.06% from 255 or 78.28% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 227 - color contains mainly: green. Hex color #28E317 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28E317 is #D71CE8. Grayscale: #949494. Windows color (decimal): -14097641 or 1565480. OLE color: 1565480.
HSL color Cylindrical-coordinate representation of color #28E317: hue angle of 115º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28E317 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 227 | 23 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.11 |
| HSL | 115º | 0.82% | 0.49% | - |
| HSV(B) | 115º | 0.9% | 0.89% | - |
| XYZ | 28.5 | 55.45 | 10.01 | - |
| YUV | 147.83 | 57.55 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 227 | 23 | 0.82 | 0 | 0.90 | 0.11 | 115 | 0.82 | 0.49 |
| Hex | 28 | E3 | 17 | 52 | 0 | 5A | B | 73 | 52 | 31 |
| Octal | 50 | 343 | 27 | 122 | 0 | 132 | 13 | 163 | 122 | 61 |
| Binary | 101000 | 11100011 | 10111 | 1010010 | 0 | 1011010 | 1011 | 1110011 | 1010010 | 110001 |
Color Harmonies of #28E317
Complementary color
Monochromatic Colors of #28E317
Black with #28E317
Text Example
Text Example
White with #28E317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E317; }
p { color: rgb(40,227,23); }
H1.HeaderClassName
{
color: #28E317;
}
.AnyTagClassName
{
color: #28E317;
}
</style>
background-color css
<style>
a { background-color: #28E317; }
a { background-color: rgb(40,227,23); }
div.DivClassName
{
background-color: #28E317;
}
.BgClassName
{
background-color: #28E317;
}
</style>
border-color css
<style>
span { border-color: #28E317; }
span { border-color: rgb(40,227,23); }
td.TdClassName
{
border-color: #28E317;
}
.TagClassName
{
border-color: #28E317;
}
</style>