Shades of Lima #76BD2F
Tints of Lima #76BD2F
RGB
CMYK
RGB Variations
Color information
#76BD2F (or 0x76BD2F) is known color: Lima. HEX triplet: 76, BD and 2F. RGB value is (118,189,47). Sum of RGB (Red+Green+Blue) = 118+189+47=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BD2F is #8942D0. Grayscale: #989898. Windows color (decimal): -8995537 or 3128694. OLE color: 3128694.
HSL color Cylindrical-coordinate representation of color #76BD2F: hue angle of 90º 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 #76BD2F is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 47 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.26 |
| HSL | 90º | 0.6% | 0.46% | - |
| HSV(B) | 90º | 0.75% | 0.74% | - |
| XYZ | 26.18 | 40.45 | 9.12 | - |
| YUV | 151.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 47 | 0.38 | 0 | 0.75 | 0.26 | 90 | 0.6 | 0.46 |
| Hex | 76 | BD | 2F | 26 | 0 | 4B | 1A | 5A | 3C | 2E |
| Octal | 166 | 275 | 57 | 46 | 0 | 113 | 32 | 132 | 74 | 56 |
| Binary | 1110110 | 10111101 | 101111 | 100110 | 0 | 1001011 | 11010 | 1011010 | 111100 | 101110 |
Color Harmonies of #76BD2F
Complementary color
Monochromatic Colors of #76BD2F
Black with #76BD2F
Text Example
Text Example
White with #76BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BD2F; }
p { color: rgb(118,189,47); }
H1.HeaderClassName
{
color: #76BD2F;
}
.AnyTagClassName
{
color: #76BD2F;
}
</style>
background-color css
<style>
a { background-color: #76BD2F; }
a { background-color: rgb(118,189,47); }
div.DivClassName
{
background-color: #76BD2F;
}
.BgClassName
{
background-color: #76BD2F;
}
</style>
border-color css
<style>
span { border-color: #76BD2F; }
span { border-color: rgb(118,189,47); }
td.TdClassName
{
border-color: #76BD2F;
}
.TagClassName
{
border-color: #76BD2F;
}
</style>