Shades of Lima #71CC1D
Tints of Lima #71CC1D
RGB
CMYK
RGB Variations
Color information
#71CC1D (or 0x71CC1D) is known color: Lima. HEX triplet: 71, CC and 1D. RGB value is (113,204,29). Sum of RGB (Red+Green+Blue) = 113+204+29=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CC1D is #8E33E2. Grayscale: #9D9D9D. Windows color (decimal): -9319395 or 1952881. OLE color: 1952881.
HSL color Cylindrical-coordinate representation of color #71CC1D: hue angle of 91.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71CC1D is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 204 | 29 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.2 |
| HSL | 91.2º | 0.75% | 0.46% | - |
| HSV(B) | 91.2º | 0.86% | 0.8% | - |
| XYZ | 28.62 | 46.79 | 8.68 | - |
| YUV | 156.84 | 55.85 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 204 | 29 | 0.45 | 0 | 0.86 | 0.2 | 91.2 | 0.75 | 0.46 |
| Hex | 71 | CC | 1D | 2D | 0 | 56 | 14 | 5B | 4B | 2E |
| Octal | 161 | 314 | 35 | 55 | 0 | 126 | 24 | 133 | 113 | 56 |
| Binary | 1110001 | 11001100 | 11101 | 101101 | 0 | 1010110 | 10100 | 1011011 | 1001011 | 101110 |
Color Harmonies of #71CC1D
Complementary color
Monochromatic Colors of #71CC1D
Black with #71CC1D
Text Example
Text Example
White with #71CC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CC1D; }
p { color: rgb(113,204,29); }
H1.HeaderClassName
{
color: #71CC1D;
}
.AnyTagClassName
{
color: #71CC1D;
}
</style>
background-color css
<style>
a { background-color: #71CC1D; }
a { background-color: rgb(113,204,29); }
div.DivClassName
{
background-color: #71CC1D;
}
.BgClassName
{
background-color: #71CC1D;
}
</style>
border-color css
<style>
span { border-color: #71CC1D; }
span { border-color: rgb(113,204,29); }
td.TdClassName
{
border-color: #71CC1D;
}
.TagClassName
{
border-color: #71CC1D;
}
</style>