Shades of Lima #76CE1E
Tints of Lima #76CE1E
RGB
CMYK
RGB Variations
Color information
#76CE1E (or 0x76CE1E) is known color: Lima. HEX triplet: 76, CE and 1E. RGB value is (118,206,30). Sum of RGB (Red+Green+Blue) = 118+206+30=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CE1E is #8931E1. Grayscale: #A0A0A0. Windows color (decimal): -8991202 or 2018934. OLE color: 2018934.
HSL color Cylindrical-coordinate representation of color #76CE1E: hue angle of 90º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76CE1E is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 30 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.19 |
| HSL | 90º | 0.75% | 0.46% | - |
| HSV(B) | 90º | 0.85% | 0.81% | - |
| XYZ | 29.78 | 48.09 | 8.94 | - |
| YUV | 159.62 | 54.85 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 30 | 0.43 | 0 | 0.85 | 0.19 | 90 | 0.75 | 0.46 |
| Hex | 76 | CE | 1E | 2B | 0 | 55 | 13 | 5A | 4B | 2E |
| Octal | 166 | 316 | 36 | 53 | 0 | 125 | 23 | 132 | 113 | 56 |
| Binary | 1110110 | 11001110 | 11110 | 101011 | 0 | 1010101 | 10011 | 1011010 | 1001011 | 101110 |
Color Harmonies of #76CE1E
Complementary color
Monochromatic Colors of #76CE1E
Black with #76CE1E
Text Example
Text Example
White with #76CE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CE1E; }
p { color: rgb(118,206,30); }
H1.HeaderClassName
{
color: #76CE1E;
}
.AnyTagClassName
{
color: #76CE1E;
}
</style>
background-color css
<style>
a { background-color: #76CE1E; }
a { background-color: rgb(118,206,30); }
div.DivClassName
{
background-color: #76CE1E;
}
.BgClassName
{
background-color: #76CE1E;
}
</style>
border-color css
<style>
span { border-color: #76CE1E; }
span { border-color: rgb(118,206,30); }
td.TdClassName
{
border-color: #76CE1E;
}
.TagClassName
{
border-color: #76CE1E;
}
</style>