Shades of Lima #76B71E
Tints of Lima #76B71E
RGB
CMYK
RGB Variations
Color information
#76B71E (or 0x76B71E) is known color: Lima. HEX triplet: 76, B7 and 1E. RGB value is (118,183,30). Sum of RGB (Red+Green+Blue) = 118+183+30=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 183 (71.88% from 255 or 55.29% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 183 - color contains mainly: green. Hex color #76B71E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B71E is #8948E1. Grayscale: #929292. Windows color (decimal): -8997090 or 2013046. OLE color: 2013046.
HSL color Cylindrical-coordinate representation of color #76B71E: hue angle of 85.49º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76B71E is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 183 | 30 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.28 |
| HSL | 85.49º | 0.72% | 0.42% | - |
| HSV(B) | 85.49º | 0.84% | 0.72% | - |
| XYZ | 24.64 | 37.81 | 7.23 | - |
| YUV | 146.12 | 62.47 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 30 | 0.36 | 0 | 0.84 | 0.28 | 85.49 | 0.72 | 0.42 |
| Hex | 76 | B7 | 1E | 24 | 0 | 54 | 1C | 55 | 48 | 2A |
| Octal | 166 | 267 | 36 | 44 | 0 | 124 | 34 | 125 | 110 | 52 |
| Binary | 1110110 | 10110111 | 11110 | 100100 | 0 | 1010100 | 11100 | 1010101 | 1001000 | 101010 |
Color Harmonies of #76B71E
Complementary color
Monochromatic Colors of #76B71E
Black with #76B71E
Text Example
Text Example
White with #76B71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B71E; }
p { color: rgb(118,183,30); }
H1.HeaderClassName
{
color: #76B71E;
}
.AnyTagClassName
{
color: #76B71E;
}
</style>
background-color css
<style>
a { background-color: #76B71E; }
a { background-color: rgb(118,183,30); }
div.DivClassName
{
background-color: #76B71E;
}
.BgClassName
{
background-color: #76B71E;
}
</style>
border-color css
<style>
span { border-color: #76B71E; }
span { border-color: rgb(118,183,30); }
td.TdClassName
{
border-color: #76B71E;
}
.TagClassName
{
border-color: #76B71E;
}
</style>