Shades of Lima #76BE24
Tints of Lima #76BE24
RGB
CMYK
RGB Variations
Color information
#76BE24 (or 0x76BE24) is known color: Lima. HEX triplet: 76, BE and 24. RGB value is (118,190,36). Sum of RGB (Red+Green+Blue) = 118+190+36=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 190 (74.61% from 255 or 55.23% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE24 is #8941DB. Grayscale: #979797. Windows color (decimal): -8995292 or 2408054. OLE color: 2408054.
HSL color Cylindrical-coordinate representation of color #76BE24: hue angle of 88.05º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76BE24 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 190 | 36 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.25 |
| HSL | 88.05º | 0.68% | 0.44% | - |
| HSV(B) | 88.05º | 0.81% | 0.75% | - |
| XYZ | 26.2 | 40.81 | 8.16 | - |
| YUV | 150.92 | 63.15 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 36 | 0.38 | 0 | 0.81 | 0.25 | 88.05 | 0.68 | 0.44 |
| Hex | 76 | BE | 24 | 26 | 0 | 51 | 19 | 58 | 44 | 2C |
| Octal | 166 | 276 | 44 | 46 | 0 | 121 | 31 | 130 | 104 | 54 |
| Binary | 1110110 | 10111110 | 100100 | 100110 | 0 | 1010001 | 11001 | 1011000 | 1000100 | 101100 |
Color Harmonies of #76BE24
Complementary color
Monochromatic Colors of #76BE24
Black with #76BE24
Text Example
Text Example
White with #76BE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BE24; }
p { color: rgb(118,190,36); }
H1.HeaderClassName
{
color: #76BE24;
}
.AnyTagClassName
{
color: #76BE24;
}
</style>
background-color css
<style>
a { background-color: #76BE24; }
a { background-color: rgb(118,190,36); }
div.DivClassName
{
background-color: #76BE24;
}
.BgClassName
{
background-color: #76BE24;
}
</style>
border-color css
<style>
span { border-color: #76BE24; }
span { border-color: rgb(118,190,36); }
td.TdClassName
{
border-color: #76BE24;
}
.TagClassName
{
border-color: #76BE24;
}
</style>