Shades of Lima #88C314
Tints of Lima #88C314
RGB
CMYK
RGB Variations
Color information
#88C314 (or 0x88C314) is known color: Lima. HEX triplet: 88, C3 and 14. RGB value is (136,195,20). Sum of RGB (Red+Green+Blue) = 136+195+20=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 195 (76.56% from 255 or 55.56% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 195 - color contains mainly: green. Hex color #88C314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C314 is #773CEB. Grayscale: #9E9E9E. Windows color (decimal): -7814380 or 1360776. OLE color: 1360776.
HSL color Cylindrical-coordinate representation of color #88C314: hue angle of 80.23º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88C314 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 20 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.24 |
| HSL | 80.23º | 0.81% | 0.42% | - |
| HSV(B) | 80.23º | 0.9% | 0.76% | - |
| XYZ | 29.79 | 44.31 | 7.65 | - |
| YUV | 157.41 | 50.45 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 20 | 0.30 | 0 | 0.90 | 0.24 | 80.23 | 0.81 | 0.42 |
| Hex | 88 | C3 | 14 | 1E | 0 | 5A | 18 | 50 | 51 | 2A |
| Octal | 210 | 303 | 24 | 36 | 0 | 132 | 30 | 120 | 121 | 52 |
| Binary | 10001000 | 11000011 | 10100 | 11110 | 0 | 1011010 | 11000 | 1010000 | 1010001 | 101010 |
Color Harmonies of #88C314
Complementary color
Monochromatic Colors of #88C314
Black with #88C314
Text Example
Text Example
White with #88C314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C314; }
p { color: rgb(136,195,20); }
H1.HeaderClassName
{
color: #88C314;
}
.AnyTagClassName
{
color: #88C314;
}
</style>
background-color css
<style>
a { background-color: #88C314; }
a { background-color: rgb(136,195,20); }
div.DivClassName
{
background-color: #88C314;
}
.BgClassName
{
background-color: #88C314;
}
</style>
border-color css
<style>
span { border-color: #88C314; }
span { border-color: rgb(136,195,20); }
td.TdClassName
{
border-color: #88C314;
}
.TagClassName
{
border-color: #88C314;
}
</style>