Shades of Lima #7FCE11
Tints of Lima #7FCE11
RGB
CMYK
RGB Variations
Color information
#7FCE11 (or 0x7FCE11) is known color: Lima. HEX triplet: 7F, CE and 11. RGB value is (127,206,17). Sum of RGB (Red+Green+Blue) = 127+206+17=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 206 (80.86% from 255 or 58.86% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCE11 is #8031EE. Grayscale: #A1A1A1. Windows color (decimal): -8401391 or 1166975. OLE color: 1166975.
HSL color Cylindrical-coordinate representation of color #7FCE11: hue angle of 85.08º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FCE11 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 17 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.19 |
| HSL | 85.08º | 0.85% | 0.44% | - |
| HSV(B) | 85.08º | 0.92% | 0.81% | - |
| XYZ | 30.92 | 48.7 | 8.3 | - |
| YUV | 160.83 | 46.83 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 17 | 0.38 | 0 | 0.92 | 0.19 | 85.08 | 0.85 | 0.44 |
| Hex | 7F | CE | 11 | 26 | 0 | 5C | 13 | 55 | 55 | 2C |
| Octal | 177 | 316 | 21 | 46 | 0 | 134 | 23 | 125 | 125 | 54 |
| Binary | 1111111 | 11001110 | 10001 | 100110 | 0 | 1011100 | 10011 | 1010101 | 1010101 | 101100 |
Color Harmonies of #7FCE11
Complementary color
Monochromatic Colors of #7FCE11
Black with #7FCE11
Text Example
Text Example
White with #7FCE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCE11; }
p { color: rgb(127,206,17); }
H1.HeaderClassName
{
color: #7FCE11;
}
.AnyTagClassName
{
color: #7FCE11;
}
</style>
background-color css
<style>
a { background-color: #7FCE11; }
a { background-color: rgb(127,206,17); }
div.DivClassName
{
background-color: #7FCE11;
}
.BgClassName
{
background-color: #7FCE11;
}
</style>
border-color css
<style>
span { border-color: #7FCE11; }
span { border-color: rgb(127,206,17); }
td.TdClassName
{
border-color: #7FCE11;
}
.TagClassName
{
border-color: #7FCE11;
}
</style>