Shades of Lima #71D11B
Tints of Lima #71D11B
RGB
CMYK
RGB Variations
Color information
#71D11B (or 0x71D11B) is known color: Lima. HEX triplet: 71, D1 and 1B. RGB value is (113,209,27). Sum of RGB (Red+Green+Blue) = 113+209+27=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 209 (82.03% from 255 or 59.89% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 209 - color contains mainly: green. Hex color #71D11B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D11B is #8E2EE4. Grayscale: #A0A0A0. Windows color (decimal): -9318117 or 1823089. OLE color: 1823089.
HSL color Cylindrical-coordinate representation of color #71D11B: hue angle of 91.65º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71D11B is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 209 | 27 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.18 |
| HSL | 91.65º | 0.77% | 0.46% | - |
| HSV(B) | 91.65º | 0.87% | 0.82% | - |
| XYZ | 29.81 | 49.19 | 8.96 | - |
| YUV | 159.55 | 53.2 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 209 | 27 | 0.46 | 0 | 0.87 | 0.18 | 91.65 | 0.77 | 0.46 |
| Hex | 71 | D1 | 1B | 2E | 0 | 57 | 12 | 5C | 4D | 2E |
| Octal | 161 | 321 | 33 | 56 | 0 | 127 | 22 | 134 | 115 | 56 |
| Binary | 1110001 | 11010001 | 11011 | 101110 | 0 | 1010111 | 10010 | 1011100 | 1001101 | 101110 |
Color Harmonies of #71D11B
Complementary color
Monochromatic Colors of #71D11B
Black with #71D11B
Text Example
Text Example
White with #71D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D11B; }
p { color: rgb(113,209,27); }
H1.HeaderClassName
{
color: #71D11B;
}
.AnyTagClassName
{
color: #71D11B;
}
</style>
background-color css
<style>
a { background-color: #71D11B; }
a { background-color: rgb(113,209,27); }
div.DivClassName
{
background-color: #71D11B;
}
.BgClassName
{
background-color: #71D11B;
}
</style>
border-color css
<style>
span { border-color: #71D11B; }
span { border-color: rgb(113,209,27); }
td.TdClassName
{
border-color: #71D11B;
}
.TagClassName
{
border-color: #71D11B;
}
</style>