Shades of Lima #71CB2D
Tints of Lima #71CB2D
RGB
CMYK
RGB Variations
Color information
#71CB2D (or 0x71CB2D) is known color: Lima. HEX triplet: 71, CB and 2D. RGB value is (113,203,45). Sum of RGB (Red+Green+Blue) = 113+203+45=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CB2D is #8E34D2. Grayscale: #9E9E9E. Windows color (decimal): -9319635 or 3001201. OLE color: 3001201.
HSL color Cylindrical-coordinate representation of color #71CB2D: hue angle of 94.18º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71CB2D is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 203 | 45 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.20 |
| HSL | 94.18º | 0.64% | 0.49% | - |
| HSV(B) | 94.18º | 0.78% | 0.8% | - |
| XYZ | 28.64 | 46.41 | 9.93 | - |
| YUV | 158.08 | 64.18 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 203 | 45 | 0.44 | 0 | 0.78 | 0.20 | 94.18 | 0.64 | 0.49 |
| Hex | 71 | CB | 2D | 2C | 0 | 4E | 14 | 5E | 40 | 31 |
| Octal | 161 | 313 | 55 | 54 | 0 | 116 | 24 | 136 | 100 | 61 |
| Binary | 1110001 | 11001011 | 101101 | 101100 | 0 | 1001110 | 10100 | 1011110 | 1000000 | 110001 |
Color Harmonies of #71CB2D
Complementary color
Monochromatic Colors of #71CB2D
Black with #71CB2D
Text Example
Text Example
White with #71CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CB2D; }
p { color: rgb(113,203,45); }
H1.HeaderClassName
{
color: #71CB2D;
}
.AnyTagClassName
{
color: #71CB2D;
}
</style>
background-color css
<style>
a { background-color: #71CB2D; }
a { background-color: rgb(113,203,45); }
div.DivClassName
{
background-color: #71CB2D;
}
.BgClassName
{
background-color: #71CB2D;
}
</style>
border-color css
<style>
span { border-color: #71CB2D; }
span { border-color: rgb(113,203,45); }
td.TdClassName
{
border-color: #71CB2D;
}
.TagClassName
{
border-color: #71CB2D;
}
</style>