Shades of Lima #76BE25
Tints of Lima #76BE25
RGB
CMYK
RGB Variations
Color information
#76BE25 (or 0x76BE25) is known color: Lima. HEX triplet: 76, BE and 25. RGB value is (118,190,37). Sum of RGB (Red+Green+Blue) = 118+190+37=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE25 is #8941DA. Grayscale: #979797. Windows color (decimal): -8995291 or 2473590. OLE color: 2473590.
HSL color Cylindrical-coordinate representation of color #76BE25: hue angle of 88.24º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76BE25 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 190 | 37 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.25 |
| HSL | 88.24º | 0.67% | 0.45% | - |
| HSV(B) | 88.24º | 0.81% | 0.75% | - |
| XYZ | 26.22 | 40.81 | 8.25 | - |
| YUV | 151.03 | 63.65 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 37 | 0.38 | 0 | 0.81 | 0.25 | 88.24 | 0.67 | 0.45 |
| Hex | 76 | BE | 25 | 26 | 0 | 51 | 19 | 58 | 43 | 2D |
| Octal | 166 | 276 | 45 | 46 | 0 | 121 | 31 | 130 | 103 | 55 |
| Binary | 1110110 | 10111110 | 100101 | 100110 | 0 | 1010001 | 11001 | 1011000 | 1000011 | 101101 |
Color Harmonies of #76BE25
Complementary color
Monochromatic Colors of #76BE25
Black with #76BE25
Text Example
Text Example
White with #76BE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BE25; }
p { color: rgb(118,190,37); }
H1.HeaderClassName
{
color: #76BE25;
}
.AnyTagClassName
{
color: #76BE25;
}
</style>
background-color css
<style>
a { background-color: #76BE25; }
a { background-color: rgb(118,190,37); }
div.DivClassName
{
background-color: #76BE25;
}
.BgClassName
{
background-color: #76BE25;
}
</style>
border-color css
<style>
span { border-color: #76BE25; }
span { border-color: rgb(118,190,37); }
td.TdClassName
{
border-color: #76BE25;
}
.TagClassName
{
border-color: #76BE25;
}
</style>