Shades of Lima #71D722
Tints of Lima #71D722
RGB
CMYK
RGB Variations
Color information
#71D722 (or 0x71D722) is known color: Lima. HEX triplet: 71, D7 and 22. RGB value is (113,215,34). Sum of RGB (Red+Green+Blue) = 113+215+34=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 215 (84.38% from 255 or 59.39% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 215 - color contains mainly: green. Hex color #71D722 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D722 is #8E28DD. Grayscale: #A4A4A4. Windows color (decimal): -9316574 or 2283377. OLE color: 2283377.
HSL color Cylindrical-coordinate representation of color #71D722: hue angle of 93.81º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71D722 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 215 | 34 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.16 |
| HSL | 93.81º | 0.73% | 0.49% | - |
| HSV(B) | 93.81º | 0.84% | 0.84% | - |
| XYZ | 31.4 | 52.23 | 9.94 | - |
| YUV | 163.87 | 54.71 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 215 | 34 | 0.47 | 0 | 0.84 | 0.16 | 93.81 | 0.73 | 0.49 |
| Hex | 71 | D7 | 22 | 2F | 0 | 54 | 10 | 5E | 49 | 31 |
| Octal | 161 | 327 | 42 | 57 | 0 | 124 | 20 | 136 | 111 | 61 |
| Binary | 1110001 | 11010111 | 100010 | 101111 | 0 | 1010100 | 10000 | 1011110 | 1001001 | 110001 |
Color Harmonies of #71D722
Complementary color
Monochromatic Colors of #71D722
Black with #71D722
Text Example
Text Example
White with #71D722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D722; }
p { color: rgb(113,215,34); }
H1.HeaderClassName
{
color: #71D722;
}
.AnyTagClassName
{
color: #71D722;
}
</style>
background-color css
<style>
a { background-color: #71D722; }
a { background-color: rgb(113,215,34); }
div.DivClassName
{
background-color: #71D722;
}
.BgClassName
{
background-color: #71D722;
}
</style>
border-color css
<style>
span { border-color: #71D722; }
span { border-color: rgb(113,215,34); }
td.TdClassName
{
border-color: #71D722;
}
.TagClassName
{
border-color: #71D722;
}
</style>