Shades of Lima #71C51F
Tints of Lima #71C51F
RGB
CMYK
RGB Variations
Color information
#71C51F (or 0x71C51F) is known color: Lima. HEX triplet: 71, C5 and 1F. RGB value is (113,197,31). Sum of RGB (Red+Green+Blue) = 113+197+31=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #71C51F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C51F is #8E3AE0. Grayscale: #999999. Windows color (decimal): -9321185 or 2082161. OLE color: 2082161.
HSL color Cylindrical-coordinate representation of color #71C51F: hue angle of 90.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71C51F is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 197 | 31 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.23 |
| HSL | 90.36º | 0.73% | 0.45% | - |
| HSV(B) | 90.36º | 0.84% | 0.77% | - |
| XYZ | 27.02 | 43.54 | 8.28 | - |
| YUV | 152.96 | 59.17 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 197 | 31 | 0.43 | 0 | 0.84 | 0.23 | 90.36 | 0.73 | 0.45 |
| Hex | 71 | C5 | 1F | 2B | 0 | 54 | 17 | 5A | 49 | 2D |
| Octal | 161 | 305 | 37 | 53 | 0 | 124 | 27 | 132 | 111 | 55 |
| Binary | 1110001 | 11000101 | 11111 | 101011 | 0 | 1010100 | 10111 | 1011010 | 1001001 | 101101 |
Color Harmonies of #71C51F
Complementary color
Monochromatic Colors of #71C51F
Black with #71C51F
Text Example
Text Example
White with #71C51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C51F; }
p { color: rgb(113,197,31); }
H1.HeaderClassName
{
color: #71C51F;
}
.AnyTagClassName
{
color: #71C51F;
}
</style>
background-color css
<style>
a { background-color: #71C51F; }
a { background-color: rgb(113,197,31); }
div.DivClassName
{
background-color: #71C51F;
}
.BgClassName
{
background-color: #71C51F;
}
</style>
border-color css
<style>
span { border-color: #71C51F; }
span { border-color: rgb(113,197,31); }
td.TdClassName
{
border-color: #71C51F;
}
.TagClassName
{
border-color: #71C51F;
}
</style>