Shades of Lime Green #28C018
Tints of Lime Green #28C018
RGB
CMYK
RGB Variations
Color information
#28C018 (or 0x28C018) is known color: Lime Green. HEX triplet: 28, C0 and 18. RGB value is (40,192,24). Sum of RGB (Red+Green+Blue) = 40+192+24=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 192 (75.39% from 255 or 75% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 192 - color contains mainly: green. Hex color #28C018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C018 is #D73FE7. Grayscale: #7F7F7F. Windows color (decimal): -14106600 or 1622056. OLE color: 1622056.
HSL color Cylindrical-coordinate representation of color #28C018: hue angle of 114.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28C018 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 192 | 24 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.25 |
| HSL | 114.29º | 0.78% | 0.42% | - |
| HSV(B) | 114.29º | 0.88% | 0.75% | - |
| XYZ | 19.89 | 38.22 | 7.19 | - |
| YUV | 127.4 | 69.64 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 24 | 0.79 | 0 | 0.88 | 0.25 | 114.29 | 0.78 | 0.42 |
| Hex | 28 | C0 | 18 | 4F | 0 | 58 | 19 | 72 | 4E | 2A |
| Octal | 50 | 300 | 30 | 117 | 0 | 130 | 31 | 162 | 116 | 52 |
| Binary | 101000 | 11000000 | 11000 | 1001111 | 0 | 1011000 | 11001 | 1110010 | 1001110 | 101010 |
Color Harmonies of #28C018
Complementary color
Monochromatic Colors of #28C018
Black with #28C018
Text Example
Text Example
White with #28C018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C018; }
p { color: rgb(40,192,24); }
H1.HeaderClassName
{
color: #28C018;
}
.AnyTagClassName
{
color: #28C018;
}
</style>
background-color css
<style>
a { background-color: #28C018; }
a { background-color: rgb(40,192,24); }
div.DivClassName
{
background-color: #28C018;
}
.BgClassName
{
background-color: #28C018;
}
</style>
border-color css
<style>
span { border-color: #28C018; }
span { border-color: rgb(40,192,24); }
td.TdClassName
{
border-color: #28C018;
}
.TagClassName
{
border-color: #28C018;
}
</style>