Shades of Lima #71CE22
Tints of Lima #71CE22
RGB
CMYK
RGB Variations
Color information
#71CE22 (or 0x71CE22) is known color: Lima. HEX triplet: 71, CE and 22. RGB value is (113,206,34). Sum of RGB (Red+Green+Blue) = 113+206+34=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 206 (80.86% from 255 or 58.36% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CE22 is #8E31DD. Grayscale: #9F9F9F. Windows color (decimal): -9318878 or 2281073. OLE color: 2281073.
HSL color Cylindrical-coordinate representation of color #71CE22: hue angle of 92.44º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71CE22 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 34 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.19 |
| HSL | 92.44º | 0.72% | 0.47% | - |
| HSV(B) | 92.44º | 0.83% | 0.81% | - |
| XYZ | 29.17 | 47.77 | 9.2 | - |
| YUV | 158.59 | 57.69 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 34 | 0.45 | 0 | 0.83 | 0.19 | 92.44 | 0.72 | 0.47 |
| Hex | 71 | CE | 22 | 2D | 0 | 53 | 13 | 5C | 48 | 2F |
| Octal | 161 | 316 | 42 | 55 | 0 | 123 | 23 | 134 | 110 | 57 |
| Binary | 1110001 | 11001110 | 100010 | 101101 | 0 | 1010011 | 10011 | 1011100 | 1001000 | 101111 |
Color Harmonies of #71CE22
Complementary color
Monochromatic Colors of #71CE22
Black with #71CE22
Text Example
Text Example
White with #71CE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CE22; }
p { color: rgb(113,206,34); }
H1.HeaderClassName
{
color: #71CE22;
}
.AnyTagClassName
{
color: #71CE22;
}
</style>
background-color css
<style>
a { background-color: #71CE22; }
a { background-color: rgb(113,206,34); }
div.DivClassName
{
background-color: #71CE22;
}
.BgClassName
{
background-color: #71CE22;
}
</style>
border-color css
<style>
span { border-color: #71CE22; }
span { border-color: rgb(113,206,34); }
td.TdClassName
{
border-color: #71CE22;
}
.TagClassName
{
border-color: #71CE22;
}
</style>