Shades of Lima #76BA25
Tints of Lima #76BA25
RGB
CMYK
RGB Variations
Color information
#76BA25 (or 0x76BA25) is known color: Lima. HEX triplet: 76, BA and 25. RGB value is (118,186,37). Sum of RGB (Red+Green+Blue) = 118+186+37=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA25 is #8945DA. Grayscale: #959595. Windows color (decimal): -8996315 or 2472566. OLE color: 2472566.
HSL color Cylindrical-coordinate representation of color #76BA25: hue angle of 87.38º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76BA25 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 37 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.27 |
| HSL | 87.38º | 0.67% | 0.44% | - |
| HSV(B) | 87.38º | 0.8% | 0.73% | - |
| XYZ | 25.36 | 39.1 | 7.96 | - |
| YUV | 148.68 | 64.97 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 37 | 0.37 | 0 | 0.80 | 0.27 | 87.38 | 0.67 | 0.44 |
| Hex | 76 | BA | 25 | 25 | 0 | 50 | 1B | 57 | 43 | 2C |
| Octal | 166 | 272 | 45 | 45 | 0 | 120 | 33 | 127 | 103 | 54 |
| Binary | 1110110 | 10111010 | 100101 | 100101 | 0 | 1010000 | 11011 | 1010111 | 1000011 | 101100 |
Color Harmonies of #76BA25
Complementary color
Monochromatic Colors of #76BA25
Black with #76BA25
Text Example
Text Example
White with #76BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA25; }
p { color: rgb(118,186,37); }
H1.HeaderClassName
{
color: #76BA25;
}
.AnyTagClassName
{
color: #76BA25;
}
</style>
background-color css
<style>
a { background-color: #76BA25; }
a { background-color: rgb(118,186,37); }
div.DivClassName
{
background-color: #76BA25;
}
.BgClassName
{
background-color: #76BA25;
}
</style>
border-color css
<style>
span { border-color: #76BA25; }
span { border-color: rgb(118,186,37); }
td.TdClassName
{
border-color: #76BA25;
}
.TagClassName
{
border-color: #76BA25;
}
</style>