Shades of Lima #71CB2A
Tints of Lima #71CB2A
RGB
CMYK
RGB Variations
Color information
#71CB2A (or 0x71CB2A) is known color: Lima. HEX triplet: 71, CB and 2A. RGB value is (113,203,42). Sum of RGB (Red+Green+Blue) = 113+203+42=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CB2A is #8E34D5. Grayscale: #9E9E9E. Windows color (decimal): -9319638 or 2804593. OLE color: 2804593.
HSL color Cylindrical-coordinate representation of color #71CB2A: hue angle of 93.54º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71CB2A is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 203 | 42 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.20 |
| HSL | 93.54º | 0.66% | 0.48% | - |
| HSV(B) | 93.54º | 0.79% | 0.8% | - |
| XYZ | 28.58 | 46.39 | 9.64 | - |
| YUV | 157.74 | 62.68 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 203 | 42 | 0.44 | 0 | 0.79 | 0.20 | 93.54 | 0.66 | 0.48 |
| Hex | 71 | CB | 2A | 2C | 0 | 4F | 14 | 5E | 42 | 30 |
| Octal | 161 | 313 | 52 | 54 | 0 | 117 | 24 | 136 | 102 | 60 |
| Binary | 1110001 | 11001011 | 101010 | 101100 | 0 | 1001111 | 10100 | 1011110 | 1000010 | 110000 |
Color Harmonies of #71CB2A
Complementary color
Monochromatic Colors of #71CB2A
Black with #71CB2A
Text Example
Text Example
White with #71CB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CB2A; }
p { color: rgb(113,203,42); }
H1.HeaderClassName
{
color: #71CB2A;
}
.AnyTagClassName
{
color: #71CB2A;
}
</style>
background-color css
<style>
a { background-color: #71CB2A; }
a { background-color: rgb(113,203,42); }
div.DivClassName
{
background-color: #71CB2A;
}
.BgClassName
{
background-color: #71CB2A;
}
</style>
border-color css
<style>
span { border-color: #71CB2A; }
span { border-color: rgb(113,203,42); }
td.TdClassName
{
border-color: #71CB2A;
}
.TagClassName
{
border-color: #71CB2A;
}
</style>