Shades of Lima #88C417
Tints of Lima #88C417
RGB
CMYK
RGB Variations
Color information
#88C417 (or 0x88C417) is known color: Lima. HEX triplet: 88, C4 and 17. RGB value is (136,196,23). Sum of RGB (Red+Green+Blue) = 136+196+23=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 196 (76.95% from 255 or 55.21% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 196 - color contains mainly: green. Hex color #88C417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C417 is #773BE8. Grayscale: #9E9E9E. Windows color (decimal): -7814121 or 1557640. OLE color: 1557640.
HSL color Cylindrical-coordinate representation of color #88C417: hue angle of 80.81º degrees, saturation: 0.79, 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 #88C417 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 196 | 23 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.23 |
| HSL | 80.81º | 0.79% | 0.43% | - |
| HSV(B) | 80.81º | 0.88% | 0.77% | - |
| XYZ | 30.05 | 44.78 | 7.87 | - |
| YUV | 158.34 | 51.62 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 23 | 0.31 | 0 | 0.88 | 0.23 | 80.81 | 0.79 | 0.43 |
| Hex | 88 | C4 | 17 | 1F | 0 | 58 | 17 | 51 | 4F | 2B |
| Octal | 210 | 304 | 27 | 37 | 0 | 130 | 27 | 121 | 117 | 53 |
| Binary | 10001000 | 11000100 | 10111 | 11111 | 0 | 1011000 | 10111 | 1010001 | 1001111 | 101011 |
Color Harmonies of #88C417
Complementary color
Monochromatic Colors of #88C417
Black with #88C417
Text Example
Text Example
White with #88C417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C417; }
p { color: rgb(136,196,23); }
H1.HeaderClassName
{
color: #88C417;
}
.AnyTagClassName
{
color: #88C417;
}
</style>
background-color css
<style>
a { background-color: #88C417; }
a { background-color: rgb(136,196,23); }
div.DivClassName
{
background-color: #88C417;
}
.BgClassName
{
background-color: #88C417;
}
</style>
border-color css
<style>
span { border-color: #88C417; }
span { border-color: rgb(136,196,23); }
td.TdClassName
{
border-color: #88C417;
}
.TagClassName
{
border-color: #88C417;
}
</style>