Shades of Lima #71D315
Tints of Lima #71D315
RGB
CMYK
RGB Variations
Color information
#71D315 (or 0x71D315) is known color: Lima. HEX triplet: 71, D3 and 15. RGB value is (113,211,21). Sum of RGB (Red+Green+Blue) = 113+211+21=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 211 (82.81% from 255 or 61.16% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 211 - color contains mainly: green. Hex color #71D315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D315 is #8E2CEA. Grayscale: #A0A0A0. Windows color (decimal): -9317611 or 1430385. OLE color: 1430385.
HSL color Cylindrical-coordinate representation of color #71D315: hue angle of 90.95º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71D315 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 211 | 21 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.17 |
| HSL | 90.95º | 0.82% | 0.45% | - |
| HSV(B) | 90.95º | 0.9% | 0.83% | - |
| XYZ | 30.24 | 50.15 | 8.8 | - |
| YUV | 160.04 | 49.53 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 211 | 21 | 0.46 | 0 | 0.90 | 0.17 | 90.95 | 0.82 | 0.45 |
| Hex | 71 | D3 | 15 | 2E | 0 | 5A | 11 | 5B | 52 | 2D |
| Octal | 161 | 323 | 25 | 56 | 0 | 132 | 21 | 133 | 122 | 55 |
| Binary | 1110001 | 11010011 | 10101 | 101110 | 0 | 1011010 | 10001 | 1011011 | 1010010 | 101101 |
Color Harmonies of #71D315
Complementary color
Monochromatic Colors of #71D315
Black with #71D315
Text Example
Text Example
White with #71D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D315; }
p { color: rgb(113,211,21); }
H1.HeaderClassName
{
color: #71D315;
}
.AnyTagClassName
{
color: #71D315;
}
</style>
background-color css
<style>
a { background-color: #71D315; }
a { background-color: rgb(113,211,21); }
div.DivClassName
{
background-color: #71D315;
}
.BgClassName
{
background-color: #71D315;
}
</style>
border-color css
<style>
span { border-color: #71D315; }
span { border-color: rgb(113,211,21); }
td.TdClassName
{
border-color: #71D315;
}
.TagClassName
{
border-color: #71D315;
}
</style>