Shades of Lima #71C524
Tints of Lima #71C524
RGB
CMYK
RGB Variations
Color information
#71C524 (or 0x71C524) is known color: Lima. HEX triplet: 71, C5 and 24. RGB value is (113,197,36). Sum of RGB (Red+Green+Blue) = 113+197+36=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #71C524 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C524 is #8E3ADB. Grayscale: #9A9A9A. Windows color (decimal): -9321180 or 2409841. OLE color: 2409841.
HSL color Cylindrical-coordinate representation of color #71C524: hue angle of 91.3º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71C524 is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 197 | 36 | - |
| CMYK | 0.43 | 0 | 0.82 | 0.23 |
| HSL | 91.3º | 0.69% | 0.46% | - |
| HSV(B) | 91.3º | 0.82% | 0.77% | - |
| XYZ | 27.09 | 43.57 | 8.65 | - |
| YUV | 153.53 | 61.67 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 197 | 36 | 0.43 | 0 | 0.82 | 0.23 | 91.3 | 0.69 | 0.46 |
| Hex | 71 | C5 | 24 | 2B | 0 | 52 | 17 | 5B | 45 | 2E |
| Octal | 161 | 305 | 44 | 53 | 0 | 122 | 27 | 133 | 105 | 56 |
| Binary | 1110001 | 11000101 | 100100 | 101011 | 0 | 1010010 | 10111 | 1011011 | 1000101 | 101110 |
Color Harmonies of #71C524
Complementary color
Monochromatic Colors of #71C524
Black with #71C524
Text Example
Text Example
White with #71C524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C524; }
p { color: rgb(113,197,36); }
H1.HeaderClassName
{
color: #71C524;
}
.AnyTagClassName
{
color: #71C524;
}
</style>
background-color css
<style>
a { background-color: #71C524; }
a { background-color: rgb(113,197,36); }
div.DivClassName
{
background-color: #71C524;
}
.BgClassName
{
background-color: #71C524;
}
</style>
border-color css
<style>
span { border-color: #71C524; }
span { border-color: rgb(113,197,36); }
td.TdClassName
{
border-color: #71C524;
}
.TagClassName
{
border-color: #71C524;
}
</style>