Shades of Lima #76D227
Tints of Lima #76D227
RGB
CMYK
RGB Variations
Color information
#76D227 (or 0x76D227) is known color: Lima. HEX triplet: 76, D2 and 27. RGB value is (118,210,39). Sum of RGB (Red+Green+Blue) = 118+210+39=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 210 (82.42% from 255 or 57.22% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 210 - color contains mainly: green. Hex color #76D227 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D227 is #892DD8. Grayscale: #A3A3A3. Windows color (decimal): -8990169 or 2609782. OLE color: 2609782.
HSL color Cylindrical-coordinate representation of color #76D227: hue angle of 92.28º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76D227 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 39 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.18 |
| HSL | 92.28º | 0.69% | 0.49% | - |
| HSV(B) | 92.28º | 0.81% | 0.82% | - |
| XYZ | 30.88 | 50.09 | 9.96 | - |
| YUV | 163 | 58.02 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 39 | 0.44 | 0 | 0.81 | 0.18 | 92.28 | 0.69 | 0.49 |
| Hex | 76 | D2 | 27 | 2C | 0 | 51 | 12 | 5C | 45 | 31 |
| Octal | 166 | 322 | 47 | 54 | 0 | 121 | 22 | 134 | 105 | 61 |
| Binary | 1110110 | 11010010 | 100111 | 101100 | 0 | 1010001 | 10010 | 1011100 | 1000101 | 110001 |
Color Harmonies of #76D227
Complementary color
Monochromatic Colors of #76D227
Black with #76D227
Text Example
Text Example
White with #76D227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D227; }
p { color: rgb(118,210,39); }
H1.HeaderClassName
{
color: #76D227;
}
.AnyTagClassName
{
color: #76D227;
}
</style>
background-color css
<style>
a { background-color: #76D227; }
a { background-color: rgb(118,210,39); }
div.DivClassName
{
background-color: #76D227;
}
.BgClassName
{
background-color: #76D227;
}
</style>
border-color css
<style>
span { border-color: #76D227; }
span { border-color: rgb(118,210,39); }
td.TdClassName
{
border-color: #76D227;
}
.TagClassName
{
border-color: #76D227;
}
</style>