Shades of Lima #76C231
Tints of Lima #76C231
RGB
CMYK
RGB Variations
Color information
#76C231 (or 0x76C231) is known color: Lima. HEX triplet: 76, C2 and 31. RGB value is (118,194,49). Sum of RGB (Red+Green+Blue) = 118+194+49=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #76C231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C231 is #893DCE. Grayscale: #9B9B9B. Windows color (decimal): -8994255 or 3261046. OLE color: 3261046.
HSL color Cylindrical-coordinate representation of color #76C231: hue angle of 91.45º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76C231 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 49 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.24 |
| HSL | 91.45º | 0.6% | 0.48% | - |
| HSV(B) | 91.45º | 0.75% | 0.76% | - |
| XYZ | 27.32 | 42.66 | 9.7 | - |
| YUV | 154.75 | 68.32 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 49 | 0.39 | 0 | 0.75 | 0.24 | 91.45 | 0.6 | 0.48 |
| Hex | 76 | C2 | 31 | 27 | 0 | 4B | 18 | 5B | 3C | 30 |
| Octal | 166 | 302 | 61 | 47 | 0 | 113 | 30 | 133 | 74 | 60 |
| Binary | 1110110 | 11000010 | 110001 | 100111 | 0 | 1001011 | 11000 | 1011011 | 111100 | 110000 |
Color Harmonies of #76C231
Complementary color
Monochromatic Colors of #76C231
Black with #76C231
Text Example
Text Example
White with #76C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C231; }
p { color: rgb(118,194,49); }
H1.HeaderClassName
{
color: #76C231;
}
.AnyTagClassName
{
color: #76C231;
}
</style>
background-color css
<style>
a { background-color: #76C231; }
a { background-color: rgb(118,194,49); }
div.DivClassName
{
background-color: #76C231;
}
.BgClassName
{
background-color: #76C231;
}
</style>
border-color css
<style>
span { border-color: #76C231; }
span { border-color: rgb(118,194,49); }
td.TdClassName
{
border-color: #76C231;
}
.TagClassName
{
border-color: #76C231;
}
</style>