Shades of Lawn Green #88F020
Tints of Lawn Green #88F020
RGB
CMYK
RGB Variations
Color information
#88F020 (or 0x88F020) is known color: Lawn Green. HEX triplet: 88, F0 and 20. RGB value is (136,240,32). Sum of RGB (Red+Green+Blue) = 136+240+32=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 240 (94.14% from 255 or 58.82% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 240 - color contains mainly: green. Hex color #88F020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88F020 is #770FDF. Grayscale: #B9B9B9. Windows color (decimal): -7802848 or 2158728. OLE color: 2158728.
HSL color Cylindrical-coordinate representation of color #88F020: hue angle of 90º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #88F020 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 240 | 32 | - |
| CMYK | 0.43 | 0 | 0.87 | 0.06 |
| HSL | 90º | 0.87% | 0.53% | - |
| HSV(B) | 90º | 0.87% | 0.94% | - |
| XYZ | 41.57 | 67.66 | 12.23 | - |
| YUV | 185.19 | 41.54 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 240 | 32 | 0.43 | 0 | 0.87 | 0.06 | 90 | 0.87 | 0.53 |
| Hex | 88 | F0 | 20 | 2B | 0 | 57 | 6 | 5A | 57 | 35 |
| Octal | 210 | 360 | 40 | 53 | 0 | 127 | 6 | 132 | 127 | 65 |
| Binary | 10001000 | 11110000 | 100000 | 101011 | 0 | 1010111 | 110 | 1011010 | 1010111 | 110101 |
Color Harmonies of #88F020
Complementary color
Monochromatic Colors of #88F020
Black with #88F020
Text Example
Text Example
White with #88F020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F020; }
p { color: rgb(136,240,32); }
H1.HeaderClassName
{
color: #88F020;
}
.AnyTagClassName
{
color: #88F020;
}
</style>
background-color css
<style>
a { background-color: #88F020; }
a { background-color: rgb(136,240,32); }
div.DivClassName
{
background-color: #88F020;
}
.BgClassName
{
background-color: #88F020;
}
</style>
border-color css
<style>
span { border-color: #88F020; }
span { border-color: rgb(136,240,32); }
td.TdClassName
{
border-color: #88F020;
}
.TagClassName
{
border-color: #88F020;
}
</style>