Shades of Lawn Green #71DB02
Tints of Lawn Green #71DB02
RGB
CMYK
RGB Variations
Color information
#71DB02 (or 0x71DB02) is known color: Lawn Green. HEX triplet: 71, DB and 02. RGB value is (113,219,2). Sum of RGB (Red+Green+Blue) = 113+219+2=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 219 (85.94% from 255 or 65.57% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71DB02 is #8E24FD. Grayscale: #A3A3A3. Windows color (decimal): -9315582 or 187249. OLE color: 187249.
HSL color Cylindrical-coordinate representation of color #71DB02: hue angle of 89.31º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71DB02 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 219 | 2 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.14 |
| HSL | 89.31º | 0.98% | 0.43% | - |
| HSV(B) | 89.31º | 0.99% | 0.86% | - |
| XYZ | 32.15 | 54.18 | 8.82 | - |
| YUV | 162.57 | 37.38 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 219 | 2 | 0.48 | 0 | 0.99 | 0.14 | 89.31 | 0.98 | 0.43 |
| Hex | 71 | DB | 2 | 30 | 0 | 63 | E | 59 | 62 | 2B |
| Octal | 161 | 333 | 2 | 60 | 0 | 143 | 16 | 131 | 142 | 53 |
| Binary | 1110001 | 11011011 | 10 | 110000 | 0 | 1100011 | 1110 | 1011001 | 1100010 | 101011 |
Color Harmonies of #71DB02
Complementary color
Monochromatic Colors of #71DB02
Black with #71DB02
Text Example
Text Example
White with #71DB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DB02; }
p { color: rgb(113,219,2); }
H1.HeaderClassName
{
color: #71DB02;
}
.AnyTagClassName
{
color: #71DB02;
}
</style>
background-color css
<style>
a { background-color: #71DB02; }
a { background-color: rgb(113,219,2); }
div.DivClassName
{
background-color: #71DB02;
}
.BgClassName
{
background-color: #71DB02;
}
</style>
border-color css
<style>
span { border-color: #71DB02; }
span { border-color: rgb(113,219,2); }
td.TdClassName
{
border-color: #71DB02;
}
.TagClassName
{
border-color: #71DB02;
}
</style>