Shades of Lima #76CE14
Tints of Lima #76CE14
RGB
CMYK
RGB Variations
Color information
#76CE14 (or 0x76CE14) is known color: Lima. HEX triplet: 76, CE and 14. RGB value is (118,206,20). Sum of RGB (Red+Green+Blue) = 118+206+20=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 206 (80.86% from 255 or 59.88% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CE14 is #8931EB. Grayscale: #9F9F9F. Windows color (decimal): -8991212 or 1363574. OLE color: 1363574.
HSL color Cylindrical-coordinate representation of color #76CE14: hue angle of 88.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76CE14 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 20 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.19 |
| HSL | 88.39º | 0.82% | 0.44% | - |
| HSV(B) | 88.39º | 0.9% | 0.81% | - |
| XYZ | 29.67 | 48.04 | 8.37 | - |
| YUV | 158.48 | 49.85 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 20 | 0.43 | 0 | 0.90 | 0.19 | 88.39 | 0.82 | 0.44 |
| Hex | 76 | CE | 14 | 2B | 0 | 5A | 13 | 58 | 52 | 2C |
| Octal | 166 | 316 | 24 | 53 | 0 | 132 | 23 | 130 | 122 | 54 |
| Binary | 1110110 | 11001110 | 10100 | 101011 | 0 | 1011010 | 10011 | 1011000 | 1010010 | 101100 |
Color Harmonies of #76CE14
Complementary color
Monochromatic Colors of #76CE14
Black with #76CE14
Text Example
Text Example
White with #76CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CE14; }
p { color: rgb(118,206,20); }
H1.HeaderClassName
{
color: #76CE14;
}
.AnyTagClassName
{
color: #76CE14;
}
</style>
background-color css
<style>
a { background-color: #76CE14; }
a { background-color: rgb(118,206,20); }
div.DivClassName
{
background-color: #76CE14;
}
.BgClassName
{
background-color: #76CE14;
}
</style>
border-color css
<style>
span { border-color: #76CE14; }
span { border-color: rgb(118,206,20); }
td.TdClassName
{
border-color: #76CE14;
}
.TagClassName
{
border-color: #76CE14;
}
</style>