Shades of Lima #71CC23
Tints of Lima #71CC23
RGB
CMYK
RGB Variations
Color information
#71CC23 (or 0x71CC23) is known color: Lima. HEX triplet: 71, CC and 23. RGB value is (113,204,35). Sum of RGB (Red+Green+Blue) = 113+204+35=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CC23 is #8E33DC. Grayscale: #9E9E9E. Windows color (decimal): -9319389 or 2346097. OLE color: 2346097.
HSL color Cylindrical-coordinate representation of color #71CC23: hue angle of 92.31º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71CC23 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 204 | 35 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.2 |
| HSL | 92.31º | 0.71% | 0.47% | - |
| HSV(B) | 92.31º | 0.83% | 0.8% | - |
| XYZ | 28.71 | 46.82 | 9.11 | - |
| YUV | 157.53 | 58.85 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 204 | 35 | 0.45 | 0 | 0.83 | 0.2 | 92.31 | 0.71 | 0.47 |
| Hex | 71 | CC | 23 | 2D | 0 | 53 | 14 | 5C | 47 | 2F |
| Octal | 161 | 314 | 43 | 55 | 0 | 123 | 24 | 134 | 107 | 57 |
| Binary | 1110001 | 11001100 | 100011 | 101101 | 0 | 1010011 | 10100 | 1011100 | 1000111 | 101111 |
Color Harmonies of #71CC23
Complementary color
Monochromatic Colors of #71CC23
Black with #71CC23
Text Example
Text Example
White with #71CC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CC23; }
p { color: rgb(113,204,35); }
H1.HeaderClassName
{
color: #71CC23;
}
.AnyTagClassName
{
color: #71CC23;
}
</style>
background-color css
<style>
a { background-color: #71CC23; }
a { background-color: rgb(113,204,35); }
div.DivClassName
{
background-color: #71CC23;
}
.BgClassName
{
background-color: #71CC23;
}
</style>
border-color css
<style>
span { border-color: #71CC23; }
span { border-color: rgb(113,204,35); }
td.TdClassName
{
border-color: #71CC23;
}
.TagClassName
{
border-color: #71CC23;
}
</style>