Shades of Lima #7FCE0C
Tints of Lima #7FCE0C
RGB
CMYK
RGB Variations
Color information
#7FCE0C (or 0x7FCE0C) is known color: Lima. HEX triplet: 7F, CE and 0C. RGB value is (127,206,12). Sum of RGB (Red+Green+Blue) = 127+206+12=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 206 (80.86% from 255 or 59.71% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCE0C is #8031F3. Grayscale: #A0A0A0. Windows color (decimal): -8401396 or 839295. OLE color: 839295.
HSL color Cylindrical-coordinate representation of color #7FCE0C: hue angle of 84.43º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FCE0C is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 12 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.19 |
| HSL | 84.43º | 0.89% | 0.43% | - |
| HSV(B) | 84.43º | 0.94% | 0.81% | - |
| XYZ | 30.89 | 48.68 | 8.12 | - |
| YUV | 160.26 | 44.33 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 12 | 0.38 | 0 | 0.94 | 0.19 | 84.43 | 0.89 | 0.43 |
| Hex | 7F | CE | C | 26 | 0 | 5E | 13 | 54 | 59 | 2B |
| Octal | 177 | 316 | 14 | 46 | 0 | 136 | 23 | 124 | 131 | 53 |
| Binary | 1111111 | 11001110 | 1100 | 100110 | 0 | 1011110 | 10011 | 1010100 | 1011001 | 101011 |
Color Harmonies of #7FCE0C
Complementary color
Monochromatic Colors of #7FCE0C
Black with #7FCE0C
Text Example
Text Example
White with #7FCE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCE0C; }
p { color: rgb(127,206,12); }
H1.HeaderClassName
{
color: #7FCE0C;
}
.AnyTagClassName
{
color: #7FCE0C;
}
</style>
background-color css
<style>
a { background-color: #7FCE0C; }
a { background-color: rgb(127,206,12); }
div.DivClassName
{
background-color: #7FCE0C;
}
.BgClassName
{
background-color: #7FCE0C;
}
</style>
border-color css
<style>
span { border-color: #7FCE0C; }
span { border-color: rgb(127,206,12); }
td.TdClassName
{
border-color: #7FCE0C;
}
.TagClassName
{
border-color: #7FCE0C;
}
</style>