Shades of Lima #71D324
Tints of Lima #71D324
RGB
CMYK
RGB Variations
Color information
#71D324 (or 0x71D324) is known color: Lima. HEX triplet: 71, D3 and 24. RGB value is (113,211,36). Sum of RGB (Red+Green+Blue) = 113+211+36=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 211 (82.81% from 255 or 58.61% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 211 - color contains mainly: green. Hex color #71D324 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D324 is #8E2CDB. Grayscale: #A2A2A2. Windows color (decimal): -9317596 or 2413425. OLE color: 2413425.
HSL color Cylindrical-coordinate representation of color #71D324: hue angle of 93.6º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71D324 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 211 | 36 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.17 |
| HSL | 93.6º | 0.71% | 0.48% | - |
| HSV(B) | 93.6º | 0.83% | 0.83% | - |
| XYZ | 30.42 | 50.23 | 9.76 | - |
| YUV | 161.75 | 57.03 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 211 | 36 | 0.46 | 0 | 0.83 | 0.17 | 93.6 | 0.71 | 0.48 |
| Hex | 71 | D3 | 24 | 2E | 0 | 53 | 11 | 5E | 47 | 30 |
| Octal | 161 | 323 | 44 | 56 | 0 | 123 | 21 | 136 | 107 | 60 |
| Binary | 1110001 | 11010011 | 100100 | 101110 | 0 | 1010011 | 10001 | 1011110 | 1000111 | 110000 |
Color Harmonies of #71D324
Complementary color
Monochromatic Colors of #71D324
Black with #71D324
Text Example
Text Example
White with #71D324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D324; }
p { color: rgb(113,211,36); }
H1.HeaderClassName
{
color: #71D324;
}
.AnyTagClassName
{
color: #71D324;
}
</style>
background-color css
<style>
a { background-color: #71D324; }
a { background-color: rgb(113,211,36); }
div.DivClassName
{
background-color: #71D324;
}
.BgClassName
{
background-color: #71D324;
}
</style>
border-color css
<style>
span { border-color: #71D324; }
span { border-color: rgb(113,211,36); }
td.TdClassName
{
border-color: #71D324;
}
.TagClassName
{
border-color: #71D324;
}
</style>