Shades of Lima #81BC2F
Tints of Lima #81BC2F
RGB
CMYK
RGB Variations
Color information
#81BC2F (or 0x81BC2F) is known color: Lima. HEX triplet: 81, BC and 2F. RGB value is (129,188,47). Sum of RGB (Red+Green+Blue) = 129+188+47=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC2F is #7E43D0. Grayscale: #9A9A9A. Windows color (decimal): -8274897 or 3128449. OLE color: 3128449.
HSL color Cylindrical-coordinate representation of color #81BC2F: hue angle of 85.11º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81BC2F is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 47 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.26 |
| HSL | 85.11º | 0.6% | 0.46% | - |
| HSV(B) | 85.11º | 0.75% | 0.74% | - |
| XYZ | 27.55 | 40.84 | 9.12 | - |
| YUV | 154.29 | 67.45 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 47 | 0.31 | 0 | 0.75 | 0.26 | 85.11 | 0.6 | 0.46 |
| Hex | 81 | BC | 2F | 1F | 0 | 4B | 1A | 55 | 3C | 2E |
| Octal | 201 | 274 | 57 | 37 | 0 | 113 | 32 | 125 | 74 | 56 |
| Binary | 10000001 | 10111100 | 101111 | 11111 | 0 | 1001011 | 11010 | 1010101 | 111100 | 101110 |
Color Harmonies of #81BC2F
Complementary color
Monochromatic Colors of #81BC2F
Black with #81BC2F
Text Example
Text Example
White with #81BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC2F; }
p { color: rgb(129,188,47); }
H1.HeaderClassName
{
color: #81BC2F;
}
.AnyTagClassName
{
color: #81BC2F;
}
</style>
background-color css
<style>
a { background-color: #81BC2F; }
a { background-color: rgb(129,188,47); }
div.DivClassName
{
background-color: #81BC2F;
}
.BgClassName
{
background-color: #81BC2F;
}
</style>
border-color css
<style>
span { border-color: #81BC2F; }
span { border-color: rgb(129,188,47); }
td.TdClassName
{
border-color: #81BC2F;
}
.TagClassName
{
border-color: #81BC2F;
}
</style>