Shades of Lawn Green #71FC00
Tints of Lawn Green #71FC00
RGB
CMYK
RGB Variations
Color information
#71FC00 (or 0x71FC00) is known color: Lawn Green. HEX triplet: 71, FC and 00. RGB value is (113,252,0). Sum of RGB (Red+Green+Blue) = 113+252+0=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 252 (98.83% from 255 or 69.04% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 252 - color contains mainly: green. Hex color #71FC00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71FC00 is #8E03FF. Grayscale: #B6B6B6. Windows color (decimal): -9307136 or 64625. OLE color: 64625.
HSL color Cylindrical-coordinate representation of color #71FC00: hue angle of 93.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71FC00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 252 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.01 |
| HSL | 93.1º | 1% | 0.49% | - |
| HSV(B) | 93.1º | 1% | 0.99% | - |
| XYZ | 41.62 | 73.13 | 11.92 | - |
| YUV | 181.71 | 25.45 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 252 | 0 | 0.55 | 0 | 1 | 0.01 | 93.1 | 1 | 0.49 |
| Hex | 71 | FC | 0 | 37 | 0 | 64 | 1 | 5D | 64 | 31 |
| Octal | 161 | 374 | 0 | 67 | 0 | 144 | 1 | 135 | 144 | 61 |
| Binary | 1110001 | 11111100 | 0 | 110111 | 0 | 1100100 | 1 | 1011101 | 1100100 | 110001 |
Color Harmonies of #71FC00
Complementary color
Monochromatic Colors of #71FC00
Black with #71FC00
Text Example
Text Example
White with #71FC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FC00; }
p { color: rgb(113,252,0); }
H1.HeaderClassName
{
color: #71FC00;
}
.AnyTagClassName
{
color: #71FC00;
}
</style>
background-color css
<style>
a { background-color: #71FC00; }
a { background-color: rgb(113,252,0); }
div.DivClassName
{
background-color: #71FC00;
}
.BgClassName
{
background-color: #71FC00;
}
</style>
border-color css
<style>
span { border-color: #71FC00; }
span { border-color: rgb(113,252,0); }
td.TdClassName
{
border-color: #71FC00;
}
.TagClassName
{
border-color: #71FC00;
}
</style>