Shades of Lima #76D215
Tints of Lima #76D215
RGB
CMYK
RGB Variations
Color information
#76D215 (or 0x76D215) is known color: Lima. HEX triplet: 76, D2 and 15. RGB value is (118,210,21). Sum of RGB (Red+Green+Blue) = 118+210+21=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 210 (82.42% from 255 or 60.17% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 210 - color contains mainly: green. Hex color #76D215 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D215 is #892DEA. Grayscale: #A1A1A1. Windows color (decimal): -8990187 or 1430134. OLE color: 1430134.
HSL color Cylindrical-coordinate representation of color #76D215: hue angle of 89.21º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76D215 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 21 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.18 |
| HSL | 89.21º | 0.82% | 0.45% | - |
| HSV(B) | 89.21º | 0.9% | 0.82% | - |
| XYZ | 30.65 | 50 | 8.74 | - |
| YUV | 160.95 | 49.02 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 21 | 0.44 | 0 | 0.90 | 0.18 | 89.21 | 0.82 | 0.45 |
| Hex | 76 | D2 | 15 | 2C | 0 | 5A | 12 | 59 | 52 | 2D |
| Octal | 166 | 322 | 25 | 54 | 0 | 132 | 22 | 131 | 122 | 55 |
| Binary | 1110110 | 11010010 | 10101 | 101100 | 0 | 1011010 | 10010 | 1011001 | 1010010 | 101101 |
Color Harmonies of #76D215
Complementary color
Monochromatic Colors of #76D215
Black with #76D215
Text Example
Text Example
White with #76D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D215; }
p { color: rgb(118,210,21); }
H1.HeaderClassName
{
color: #76D215;
}
.AnyTagClassName
{
color: #76D215;
}
</style>
background-color css
<style>
a { background-color: #76D215; }
a { background-color: rgb(118,210,21); }
div.DivClassName
{
background-color: #76D215;
}
.BgClassName
{
background-color: #76D215;
}
</style>
border-color css
<style>
span { border-color: #76D215; }
span { border-color: rgb(118,210,21); }
td.TdClassName
{
border-color: #76D215;
}
.TagClassName
{
border-color: #76D215;
}
</style>