Shades of Lime Green #28C010
Tints of Lime Green #28C010
RGB
CMYK
RGB Variations
Color information
#28C010 (or 0x28C010) is known color: Lime Green. HEX triplet: 28, C0 and 10. RGB value is (40,192,16). Sum of RGB (Red+Green+Blue) = 40+192+16=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 192 (75.39% from 255 or 77.42% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 192 - color contains mainly: green. Hex color #28C010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C010 is #D73FEF. Grayscale: #7F7F7F. Windows color (decimal): -14106608 or 1097768. OLE color: 1097768.
HSL color Cylindrical-coordinate representation of color #28C010: hue angle of 111.82º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28C010 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 192 | 16 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.25 |
| HSL | 111.82º | 0.85% | 0.41% | - |
| HSV(B) | 111.82º | 0.92% | 0.75% | - |
| XYZ | 19.82 | 38.19 | 6.82 | - |
| YUV | 126.49 | 65.64 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 16 | 0.79 | 0 | 0.92 | 0.25 | 111.82 | 0.85 | 0.41 |
| Hex | 28 | C0 | 10 | 4F | 0 | 5C | 19 | 70 | 55 | 29 |
| Octal | 50 | 300 | 20 | 117 | 0 | 134 | 31 | 160 | 125 | 51 |
| Binary | 101000 | 11000000 | 10000 | 1001111 | 0 | 1011100 | 11001 | 1110000 | 1010101 | 101001 |
Color Harmonies of #28C010
Complementary color
Monochromatic Colors of #28C010
Black with #28C010
Text Example
Text Example
White with #28C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C010; }
p { color: rgb(40,192,16); }
H1.HeaderClassName
{
color: #28C010;
}
.AnyTagClassName
{
color: #28C010;
}
</style>
background-color css
<style>
a { background-color: #28C010; }
a { background-color: rgb(40,192,16); }
div.DivClassName
{
background-color: #28C010;
}
.BgClassName
{
background-color: #28C010;
}
</style>
border-color css
<style>
span { border-color: #28C010; }
span { border-color: rgb(40,192,16); }
td.TdClassName
{
border-color: #28C010;
}
.TagClassName
{
border-color: #28C010;
}
</style>