Shades of Lima #88C015
Tints of Lima #88C015
RGB
CMYK
RGB Variations
Color information
#88C015 (or 0x88C015) is known color: Lima. HEX triplet: 88, C0 and 15. RGB value is (136,192,21). Sum of RGB (Red+Green+Blue) = 136+192+21=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #88C015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C015 is #773FEA. Grayscale: #9C9C9C. Windows color (decimal): -7815147 or 1425544. OLE color: 1425544.
HSL color Cylindrical-coordinate representation of color #88C015: hue angle of 79.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88C015 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 192 | 21 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.25 |
| HSL | 79.65º | 0.8% | 0.42% | - |
| HSV(B) | 79.65º | 0.89% | 0.75% | - |
| XYZ | 29.14 | 42.99 | 7.47 | - |
| YUV | 155.76 | 51.95 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 21 | 0.29 | 0 | 0.89 | 0.25 | 79.65 | 0.8 | 0.42 |
| Hex | 88 | C0 | 15 | 1D | 0 | 59 | 19 | 50 | 50 | 2A |
| Octal | 210 | 300 | 25 | 35 | 0 | 131 | 31 | 120 | 120 | 52 |
| Binary | 10001000 | 11000000 | 10101 | 11101 | 0 | 1011001 | 11001 | 1010000 | 1010000 | 101010 |
Color Harmonies of #88C015
Complementary color
Monochromatic Colors of #88C015
Black with #88C015
Text Example
Text Example
White with #88C015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C015; }
p { color: rgb(136,192,21); }
H1.HeaderClassName
{
color: #88C015;
}
.AnyTagClassName
{
color: #88C015;
}
</style>
background-color css
<style>
a { background-color: #88C015; }
a { background-color: rgb(136,192,21); }
div.DivClassName
{
background-color: #88C015;
}
.BgClassName
{
background-color: #88C015;
}
</style>
border-color css
<style>
span { border-color: #88C015; }
span { border-color: rgb(136,192,21); }
td.TdClassName
{
border-color: #88C015;
}
.TagClassName
{
border-color: #88C015;
}
</style>