Shades of Lima #76BC30
Tints of Lima #76BC30
RGB
CMYK
RGB Variations
Color information
#76BC30 (or 0x76BC30) is known color: Lima. HEX triplet: 76, BC and 30. RGB value is (118,188,48). Sum of RGB (Red+Green+Blue) = 118+188+48=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC30 is #8943CF. Grayscale: #979797. Windows color (decimal): -8995792 or 3193974. OLE color: 3193974.
HSL color Cylindrical-coordinate representation of color #76BC30: hue angle of 90º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76BC30 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 48 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.26 |
| HSL | 90º | 0.59% | 0.46% | - |
| HSV(B) | 90º | 0.74% | 0.74% | - |
| XYZ | 25.99 | 40.03 | 9.15 | - |
| YUV | 151.11 | 69.81 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 48 | 0.37 | 0 | 0.74 | 0.26 | 90 | 0.59 | 0.46 |
| Hex | 76 | BC | 30 | 25 | 0 | 4A | 1A | 5A | 3B | 2E |
| Octal | 166 | 274 | 60 | 45 | 0 | 112 | 32 | 132 | 73 | 56 |
| Binary | 1110110 | 10111100 | 110000 | 100101 | 0 | 1001010 | 11010 | 1011010 | 111011 | 101110 |
Color Harmonies of #76BC30
Complementary color
Monochromatic Colors of #76BC30
Black with #76BC30
Text Example
Text Example
White with #76BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BC30; }
p { color: rgb(118,188,48); }
H1.HeaderClassName
{
color: #76BC30;
}
.AnyTagClassName
{
color: #76BC30;
}
</style>
background-color css
<style>
a { background-color: #76BC30; }
a { background-color: rgb(118,188,48); }
div.DivClassName
{
background-color: #76BC30;
}
.BgClassName
{
background-color: #76BC30;
}
</style>
border-color css
<style>
span { border-color: #76BC30; }
span { border-color: rgb(118,188,48); }
td.TdClassName
{
border-color: #76BC30;
}
.TagClassName
{
border-color: #76BC30;
}
</style>