Shades of Lima #76CE1C
Tints of Lima #76CE1C
RGB
CMYK
RGB Variations
Color information
#76CE1C (or 0x76CE1C) is known color: Lima. HEX triplet: 76, CE and 1C. RGB value is (118,206,28). Sum of RGB (Red+Green+Blue) = 118+206+28=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 206 (80.86% from 255 or 58.52% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CE1C is #8931E3. Grayscale: #A0A0A0. Windows color (decimal): -8991204 or 1887862. OLE color: 1887862.
HSL color Cylindrical-coordinate representation of color #76CE1C: hue angle of 89.66º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76CE1C is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 28 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.19 |
| HSL | 89.66º | 0.76% | 0.46% | - |
| HSV(B) | 89.66º | 0.86% | 0.81% | - |
| XYZ | 29.75 | 48.08 | 8.81 | - |
| YUV | 159.4 | 53.85 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 28 | 0.43 | 0 | 0.86 | 0.19 | 89.66 | 0.76 | 0.46 |
| Hex | 76 | CE | 1C | 2B | 0 | 56 | 13 | 5A | 4C | 2E |
| Octal | 166 | 316 | 34 | 53 | 0 | 126 | 23 | 132 | 114 | 56 |
| Binary | 1110110 | 11001110 | 11100 | 101011 | 0 | 1010110 | 10011 | 1011010 | 1001100 | 101110 |
Color Harmonies of #76CE1C
Complementary color
Monochromatic Colors of #76CE1C
Black with #76CE1C
Text Example
Text Example
White with #76CE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CE1C; }
p { color: rgb(118,206,28); }
H1.HeaderClassName
{
color: #76CE1C;
}
.AnyTagClassName
{
color: #76CE1C;
}
</style>
background-color css
<style>
a { background-color: #76CE1C; }
a { background-color: rgb(118,206,28); }
div.DivClassName
{
background-color: #76CE1C;
}
.BgClassName
{
background-color: #76CE1C;
}
</style>
border-color css
<style>
span { border-color: #76CE1C; }
span { border-color: rgb(118,206,28); }
td.TdClassName
{
border-color: #76CE1C;
}
.TagClassName
{
border-color: #76CE1C;
}
</style>