Shades of Lima #76BC25
Tints of Lima #76BC25
RGB
CMYK
RGB Variations
Color information
#76BC25 (or 0x76BC25) is known color: Lima. HEX triplet: 76, BC and 25. RGB value is (118,188,37). Sum of RGB (Red+Green+Blue) = 118+188+37=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC25 is #8943DA. Grayscale: #969696. Windows color (decimal): -8995803 or 2473078. OLE color: 2473078.
HSL color Cylindrical-coordinate representation of color #76BC25: hue angle of 87.81º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76BC25 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 37 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.26 |
| HSL | 87.81º | 0.67% | 0.44% | - |
| HSV(B) | 87.81º | 0.8% | 0.74% | - |
| XYZ | 25.79 | 39.95 | 8.1 | - |
| YUV | 149.86 | 64.31 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 37 | 0.37 | 0 | 0.80 | 0.26 | 87.81 | 0.67 | 0.44 |
| Hex | 76 | BC | 25 | 25 | 0 | 50 | 1A | 58 | 43 | 2C |
| Octal | 166 | 274 | 45 | 45 | 0 | 120 | 32 | 130 | 103 | 54 |
| Binary | 1110110 | 10111100 | 100101 | 100101 | 0 | 1010000 | 11010 | 1011000 | 1000011 | 101100 |
Color Harmonies of #76BC25
Complementary color
Monochromatic Colors of #76BC25
Black with #76BC25
Text Example
Text Example
White with #76BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BC25; }
p { color: rgb(118,188,37); }
H1.HeaderClassName
{
color: #76BC25;
}
.AnyTagClassName
{
color: #76BC25;
}
</style>
background-color css
<style>
a { background-color: #76BC25; }
a { background-color: rgb(118,188,37); }
div.DivClassName
{
background-color: #76BC25;
}
.BgClassName
{
background-color: #76BC25;
}
</style>
border-color css
<style>
span { border-color: #76BC25; }
span { border-color: rgb(118,188,37); }
td.TdClassName
{
border-color: #76BC25;
}
.TagClassName
{
border-color: #76BC25;
}
</style>