Shades of Lima #76CE08
Tints of Lima #76CE08
RGB
CMYK
RGB Variations
Color information
#76CE08 (or 0x76CE08) is known color: Lima. HEX triplet: 76, CE and 08. RGB value is (118,206,8). Sum of RGB (Red+Green+Blue) = 118+206+8=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CE08 is #8931F7. Grayscale: #9D9D9D. Windows color (decimal): -8991224 or 577142. OLE color: 577142.
HSL color Cylindrical-coordinate representation of color #76CE08: hue angle of 86.67º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76CE08 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 8 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.19 |
| HSL | 86.67º | 0.93% | 0.42% | - |
| HSV(B) | 86.67º | 0.96% | 0.81% | - |
| XYZ | 29.59 | 48.01 | 7.94 | - |
| YUV | 157.12 | 43.85 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 8 | 0.43 | 0 | 0.96 | 0.19 | 86.67 | 0.93 | 0.42 |
| Hex | 76 | CE | 8 | 2B | 0 | 60 | 13 | 57 | 5D | 2A |
| Octal | 166 | 316 | 10 | 53 | 0 | 140 | 23 | 127 | 135 | 52 |
| Binary | 1110110 | 11001110 | 1000 | 101011 | 0 | 1100000 | 10011 | 1010111 | 1011101 | 101010 |
Color Harmonies of #76CE08
Complementary color
Monochromatic Colors of #76CE08
Black with #76CE08
Text Example
Text Example
White with #76CE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CE08; }
p { color: rgb(118,206,8); }
H1.HeaderClassName
{
color: #76CE08;
}
.AnyTagClassName
{
color: #76CE08;
}
</style>
background-color css
<style>
a { background-color: #76CE08; }
a { background-color: rgb(118,206,8); }
div.DivClassName
{
background-color: #76CE08;
}
.BgClassName
{
background-color: #76CE08;
}
</style>
border-color css
<style>
span { border-color: #76CE08; }
span { border-color: rgb(118,206,8); }
td.TdClassName
{
border-color: #76CE08;
}
.TagClassName
{
border-color: #76CE08;
}
</style>