Shades of Lima #76CE20
Tints of Lima #76CE20
RGB
CMYK
RGB Variations
Color information
#76CE20 (or 0x76CE20) is known color: Lima. HEX triplet: 76, CE and 20. RGB value is (118,206,32). Sum of RGB (Red+Green+Blue) = 118+206+32=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CE20 is #8931DF. Grayscale: #A0A0A0. Windows color (decimal): -8991200 or 2150006. OLE color: 2150006.
HSL color Cylindrical-coordinate representation of color #76CE20: hue angle of 90.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76CE20 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 32 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.19 |
| HSL | 90.34º | 0.73% | 0.47% | - |
| HSV(B) | 90.34º | 0.84% | 0.81% | - |
| XYZ | 29.8 | 48.1 | 9.08 | - |
| YUV | 159.85 | 55.85 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 32 | 0.43 | 0 | 0.84 | 0.19 | 90.34 | 0.73 | 0.47 |
| Hex | 76 | CE | 20 | 2B | 0 | 54 | 13 | 5A | 49 | 2F |
| Octal | 166 | 316 | 40 | 53 | 0 | 124 | 23 | 132 | 111 | 57 |
| Binary | 1110110 | 11001110 | 100000 | 101011 | 0 | 1010100 | 10011 | 1011010 | 1001001 | 101111 |
Color Harmonies of #76CE20
Complementary color
Monochromatic Colors of #76CE20
Black with #76CE20
Text Example
Text Example
White with #76CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CE20; }
p { color: rgb(118,206,32); }
H1.HeaderClassName
{
color: #76CE20;
}
.AnyTagClassName
{
color: #76CE20;
}
</style>
background-color css
<style>
a { background-color: #76CE20; }
a { background-color: rgb(118,206,32); }
div.DivClassName
{
background-color: #76CE20;
}
.BgClassName
{
background-color: #76CE20;
}
</style>
border-color css
<style>
span { border-color: #76CE20; }
span { border-color: rgb(118,206,32); }
td.TdClassName
{
border-color: #76CE20;
}
.TagClassName
{
border-color: #76CE20;
}
</style>