Shades of Lima #7FC00F
Tints of Lima #7FC00F
RGB
CMYK
RGB Variations
Color information
#7FC00F (or 0x7FC00F) is known color: Lima. HEX triplet: 7F, C0 and 0F. RGB value is (127,192,15). Sum of RGB (Red+Green+Blue) = 127+192+15=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC00F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC00F is #803FF0. Grayscale: #999999. Windows color (decimal): -8404977 or 1032319. OLE color: 1032319.
HSL color Cylindrical-coordinate representation of color #7FC00F: hue angle of 82.03º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FC00F is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 15 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.25 |
| HSL | 82.03º | 0.86% | 0.41% | - |
| HSV(B) | 82.03º | 0.92% | 0.75% | - |
| XYZ | 27.69 | 42.25 | 7.15 | - |
| YUV | 152.39 | 50.47 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 15 | 0.34 | 0 | 0.92 | 0.25 | 82.03 | 0.86 | 0.41 |
| Hex | 7F | C0 | F | 22 | 0 | 5C | 19 | 52 | 56 | 29 |
| Octal | 177 | 300 | 17 | 42 | 0 | 134 | 31 | 122 | 126 | 51 |
| Binary | 1111111 | 11000000 | 1111 | 100010 | 0 | 1011100 | 11001 | 1010010 | 1010110 | 101001 |
Color Harmonies of #7FC00F
Complementary color
Monochromatic Colors of #7FC00F
Black with #7FC00F
Text Example
Text Example
White with #7FC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC00F; }
p { color: rgb(127,192,15); }
H1.HeaderClassName
{
color: #7FC00F;
}
.AnyTagClassName
{
color: #7FC00F;
}
</style>
background-color css
<style>
a { background-color: #7FC00F; }
a { background-color: rgb(127,192,15); }
div.DivClassName
{
background-color: #7FC00F;
}
.BgClassName
{
background-color: #7FC00F;
}
</style>
border-color css
<style>
span { border-color: #7FC00F; }
span { border-color: rgb(127,192,15); }
td.TdClassName
{
border-color: #7FC00F;
}
.TagClassName
{
border-color: #7FC00F;
}
</style>