Shades of Lima #76BA27
Tints of Lima #76BA27
RGB
CMYK
RGB Variations
Color information
#76BA27 (or 0x76BA27) is known color: Lima. HEX triplet: 76, BA and 27. RGB value is (118,186,39). Sum of RGB (Red+Green+Blue) = 118+186+39=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA27 is #8945D8. Grayscale: #959595. Windows color (decimal): -8996313 or 2603638. OLE color: 2603638.
HSL color Cylindrical-coordinate representation of color #76BA27: hue angle of 87.76º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76BA27 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 39 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.27 |
| HSL | 87.76º | 0.65% | 0.44% | - |
| HSV(B) | 87.76º | 0.79% | 0.73% | - |
| XYZ | 25.4 | 39.12 | 8.13 | - |
| YUV | 148.91 | 65.97 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 39 | 0.37 | 0 | 0.79 | 0.27 | 87.76 | 0.65 | 0.44 |
| Hex | 76 | BA | 27 | 25 | 0 | 4F | 1B | 58 | 41 | 2C |
| Octal | 166 | 272 | 47 | 45 | 0 | 117 | 33 | 130 | 101 | 54 |
| Binary | 1110110 | 10111010 | 100111 | 100101 | 0 | 1001111 | 11011 | 1011000 | 1000001 | 101100 |
Color Harmonies of #76BA27
Complementary color
Monochromatic Colors of #76BA27
Black with #76BA27
Text Example
Text Example
White with #76BA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA27; }
p { color: rgb(118,186,39); }
H1.HeaderClassName
{
color: #76BA27;
}
.AnyTagClassName
{
color: #76BA27;
}
</style>
background-color css
<style>
a { background-color: #76BA27; }
a { background-color: rgb(118,186,39); }
div.DivClassName
{
background-color: #76BA27;
}
.BgClassName
{
background-color: #76BA27;
}
</style>
border-color css
<style>
span { border-color: #76BA27; }
span { border-color: rgb(118,186,39); }
td.TdClassName
{
border-color: #76BA27;
}
.TagClassName
{
border-color: #76BA27;
}
</style>