Shades of Lawn Green #71F013
Tints of Lawn Green #71F013
RGB
CMYK
RGB Variations
Color information
#71F013 (or 0x71F013) is known color: Lawn Green. HEX triplet: 71, F0 and 13. RGB value is (113,240,19). Sum of RGB (Red+Green+Blue) = 113+240+19=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 240 (94.14% from 255 or 64.52% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 240 - color contains mainly: green. Hex color #71F013 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F013 is #8E0FEC. Grayscale: #B1B1B1. Windows color (decimal): -9310189 or 1306737. OLE color: 1306737.
HSL color Cylindrical-coordinate representation of color #71F013: hue angle of 94.48º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71F013 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 240 | 19 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.06 |
| HSL | 94.48º | 0.88% | 0.51% | - |
| HSV(B) | 94.48º | 0.92% | 0.94% | - |
| XYZ | 38.09 | 65.88 | 11.32 | - |
| YUV | 176.83 | 38.92 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 240 | 19 | 0.53 | 0 | 0.92 | 0.06 | 94.48 | 0.88 | 0.51 |
| Hex | 71 | F0 | 13 | 35 | 0 | 5C | 6 | 5E | 58 | 33 |
| Octal | 161 | 360 | 23 | 65 | 0 | 134 | 6 | 136 | 130 | 63 |
| Binary | 1110001 | 11110000 | 10011 | 110101 | 0 | 1011100 | 110 | 1011110 | 1011000 | 110011 |
Color Harmonies of #71F013
Complementary color
Monochromatic Colors of #71F013
Black with #71F013
Text Example
Text Example
White with #71F013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F013; }
p { color: rgb(113,240,19); }
H1.HeaderClassName
{
color: #71F013;
}
.AnyTagClassName
{
color: #71F013;
}
</style>
background-color css
<style>
a { background-color: #71F013; }
a { background-color: rgb(113,240,19); }
div.DivClassName
{
background-color: #71F013;
}
.BgClassName
{
background-color: #71F013;
}
</style>
border-color css
<style>
span { border-color: #71F013; }
span { border-color: rgb(113,240,19); }
td.TdClassName
{
border-color: #71F013;
}
.TagClassName
{
border-color: #71F013;
}
</style>