Shades of Lima #71BF30
Tints of Lima #71BF30
RGB
CMYK
RGB Variations
Color information
#71BF30 (or 0x71BF30) is known color: Lima. HEX triplet: 71, BF and 30. RGB value is (113,191,48). Sum of RGB (Red+Green+Blue) = 113+191+48=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BF30 is #8E40CF. Grayscale: #979797. Windows color (decimal): -9322704 or 3194737. OLE color: 3194737.
HSL color Cylindrical-coordinate representation of color #71BF30: hue angle of 92.73º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71BF30 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 191 | 48 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.25 |
| HSL | 92.73º | 0.6% | 0.47% | - |
| HSV(B) | 92.73º | 0.75% | 0.75% | - |
| XYZ | 25.97 | 40.99 | 9.34 | - |
| YUV | 151.38 | 69.66 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 48 | 0.41 | 0 | 0.75 | 0.25 | 92.73 | 0.6 | 0.47 |
| Hex | 71 | BF | 30 | 29 | 0 | 4B | 19 | 5D | 3C | 2F |
| Octal | 161 | 277 | 60 | 51 | 0 | 113 | 31 | 135 | 74 | 57 |
| Binary | 1110001 | 10111111 | 110000 | 101001 | 0 | 1001011 | 11001 | 1011101 | 111100 | 101111 |
Color Harmonies of #71BF30
Complementary color
Monochromatic Colors of #71BF30
Black with #71BF30
Text Example
Text Example
White with #71BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BF30; }
p { color: rgb(113,191,48); }
H1.HeaderClassName
{
color: #71BF30;
}
.AnyTagClassName
{
color: #71BF30;
}
</style>
background-color css
<style>
a { background-color: #71BF30; }
a { background-color: rgb(113,191,48); }
div.DivClassName
{
background-color: #71BF30;
}
.BgClassName
{
background-color: #71BF30;
}
</style>
border-color css
<style>
span { border-color: #71BF30; }
span { border-color: rgb(113,191,48); }
td.TdClassName
{
border-color: #71BF30;
}
.TagClassName
{
border-color: #71BF30;
}
</style>