Shades of Lawn Green #71E700
Tints of Lawn Green #71E700
RGB
CMYK
RGB Variations
Color information
#71E700 (or 0x71E700) is known color: Lawn Green. HEX triplet: 71, E7 and 00. RGB value is (113,231,0). Sum of RGB (Red+Green+Blue) = 113+231+0=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 231 (90.62% from 255 or 67.15% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 231 - color contains mainly: green. Hex color #71E700 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71E700 is #8E18FF. Grayscale: #AAAAAA. Windows color (decimal): -9312512 or 59249. OLE color: 59249.
HSL color Cylindrical-coordinate representation of color #71E700: hue angle of 90.65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71E700 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 231 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.09 |
| HSL | 90.65º | 1% | 0.45% | - |
| HSV(B) | 90.65º | 1% | 0.91% | - |
| XYZ | 35.39 | 60.66 | 9.84 | - |
| YUV | 169.38 | 32.41 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 231 | 0 | 0.51 | 0 | 1 | 0.09 | 90.65 | 1 | 0.45 |
| Hex | 71 | E7 | 0 | 33 | 0 | 64 | 9 | 5B | 64 | 2D |
| Octal | 161 | 347 | 0 | 63 | 0 | 144 | 11 | 133 | 144 | 55 |
| Binary | 1110001 | 11100111 | 0 | 110011 | 0 | 1100100 | 1001 | 1011011 | 1100100 | 101101 |
Color Harmonies of #71E700
Complementary color
Monochromatic Colors of #71E700
Black with #71E700
Text Example
Text Example
White with #71E700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E700; }
p { color: rgb(113,231,0); }
H1.HeaderClassName
{
color: #71E700;
}
.AnyTagClassName
{
color: #71E700;
}
</style>
background-color css
<style>
a { background-color: #71E700; }
a { background-color: rgb(113,231,0); }
div.DivClassName
{
background-color: #71E700;
}
.BgClassName
{
background-color: #71E700;
}
</style>
border-color css
<style>
span { border-color: #71E700; }
span { border-color: rgb(113,231,0); }
td.TdClassName
{
border-color: #71E700;
}
.TagClassName
{
border-color: #71E700;
}
</style>