Shades of Lime Green #28C518
Tints of Lime Green #28C518
RGB
CMYK
RGB Variations
Color information
#28C518 (or 0x28C518) is known color: Lime Green. HEX triplet: 28, C5 and 18. RGB value is (40,197,24). Sum of RGB (Red+Green+Blue) = 40+197+24=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 197 (77.34% from 255 or 75.48% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 197 - color contains mainly: green. Hex color #28C518 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C518 is #D73AE7. Grayscale: #828282. Windows color (decimal): -14105320 or 1623336. OLE color: 1623336.
HSL color Cylindrical-coordinate representation of color #28C518: hue angle of 114.45º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28C518 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 24 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.23 |
| HSL | 114.45º | 0.78% | 0.43% | - |
| HSV(B) | 114.45º | 0.88% | 0.77% | - |
| XYZ | 21.01 | 40.45 | 7.56 | - |
| YUV | 130.34 | 67.99 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 24 | 0.80 | 0 | 0.88 | 0.23 | 114.45 | 0.78 | 0.43 |
| Hex | 28 | C5 | 18 | 50 | 0 | 58 | 17 | 72 | 4E | 2B |
| Octal | 50 | 305 | 30 | 120 | 0 | 130 | 27 | 162 | 116 | 53 |
| Binary | 101000 | 11000101 | 11000 | 1010000 | 0 | 1011000 | 10111 | 1110010 | 1001110 | 101011 |
Color Harmonies of #28C518
Complementary color
Monochromatic Colors of #28C518
Black with #28C518
Text Example
Text Example
White with #28C518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C518; }
p { color: rgb(40,197,24); }
H1.HeaderClassName
{
color: #28C518;
}
.AnyTagClassName
{
color: #28C518;
}
</style>
background-color css
<style>
a { background-color: #28C518; }
a { background-color: rgb(40,197,24); }
div.DivClassName
{
background-color: #28C518;
}
.BgClassName
{
background-color: #28C518;
}
</style>
border-color css
<style>
span { border-color: #28C518; }
span { border-color: rgb(40,197,24); }
td.TdClassName
{
border-color: #28C518;
}
.TagClassName
{
border-color: #28C518;
}
</style>