Shades of Lima #76BD2A
Tints of Lima #76BD2A
RGB
CMYK
RGB Variations
Color information
#76BD2A (or 0x76BD2A) is known color: Lima. HEX triplet: 76, BD and 2A. RGB value is (118,189,42). Sum of RGB (Red+Green+Blue) = 118+189+42=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BD2A is #8942D5. Grayscale: #979797. Windows color (decimal): -8995542 or 2801014. OLE color: 2801014.
HSL color Cylindrical-coordinate representation of color #76BD2A: hue angle of 88.98º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76BD2A is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 42 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.26 |
| HSL | 88.98º | 0.64% | 0.45% | - |
| HSV(B) | 88.98º | 0.78% | 0.74% | - |
| XYZ | 26.09 | 40.41 | 8.62 | - |
| YUV | 151.01 | 66.48 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 42 | 0.38 | 0 | 0.78 | 0.26 | 88.98 | 0.64 | 0.45 |
| Hex | 76 | BD | 2A | 26 | 0 | 4E | 1A | 59 | 40 | 2D |
| Octal | 166 | 275 | 52 | 46 | 0 | 116 | 32 | 131 | 100 | 55 |
| Binary | 1110110 | 10111101 | 101010 | 100110 | 0 | 1001110 | 11010 | 1011001 | 1000000 | 101101 |
Color Harmonies of #76BD2A
Complementary color
Monochromatic Colors of #76BD2A
Black with #76BD2A
Text Example
Text Example
White with #76BD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BD2A; }
p { color: rgb(118,189,42); }
H1.HeaderClassName
{
color: #76BD2A;
}
.AnyTagClassName
{
color: #76BD2A;
}
</style>
background-color css
<style>
a { background-color: #76BD2A; }
a { background-color: rgb(118,189,42); }
div.DivClassName
{
background-color: #76BD2A;
}
.BgClassName
{
background-color: #76BD2A;
}
</style>
border-color css
<style>
span { border-color: #76BD2A; }
span { border-color: rgb(118,189,42); }
td.TdClassName
{
border-color: #76BD2A;
}
.TagClassName
{
border-color: #76BD2A;
}
</style>