Shades of Lime Green #28C112
Tints of Lime Green #28C112
RGB
CMYK
RGB Variations
Color information
#28C112 (or 0x28C112) is known color: Lime Green. HEX triplet: 28, C1 and 12. RGB value is (40,193,18). Sum of RGB (Red+Green+Blue) = 40+193+18=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 193 (75.78% from 255 or 76.89% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 193 - color contains mainly: green. Hex color #28C112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C112 is #D73EED. Grayscale: #7F7F7F. Windows color (decimal): -14106350 or 1229096. OLE color: 1229096.
HSL color Cylindrical-coordinate representation of color #28C112: hue angle of 112.46º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28C112 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 18 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.24 |
| HSL | 112.46º | 0.83% | 0.41% | - |
| HSV(B) | 112.46º | 0.91% | 0.76% | - |
| XYZ | 20.05 | 38.63 | 6.97 | - |
| YUV | 127.3 | 66.31 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 18 | 0.79 | 0 | 0.91 | 0.24 | 112.46 | 0.83 | 0.41 |
| Hex | 28 | C1 | 12 | 4F | 0 | 5B | 18 | 70 | 53 | 29 |
| Octal | 50 | 301 | 22 | 117 | 0 | 133 | 30 | 160 | 123 | 51 |
| Binary | 101000 | 11000001 | 10010 | 1001111 | 0 | 1011011 | 11000 | 1110000 | 1010011 | 101001 |
Color Harmonies of #28C112
Complementary color
Monochromatic Colors of #28C112
Black with #28C112
Text Example
Text Example
White with #28C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C112; }
p { color: rgb(40,193,18); }
H1.HeaderClassName
{
color: #28C112;
}
.AnyTagClassName
{
color: #28C112;
}
</style>
background-color css
<style>
a { background-color: #28C112; }
a { background-color: rgb(40,193,18); }
div.DivClassName
{
background-color: #28C112;
}
.BgClassName
{
background-color: #28C112;
}
</style>
border-color css
<style>
span { border-color: #28C112; }
span { border-color: rgb(40,193,18); }
td.TdClassName
{
border-color: #28C112;
}
.TagClassName
{
border-color: #28C112;
}
</style>