Shades of Lima #7FCC06
Tints of Lima #7FCC06
RGB
CMYK
RGB Variations
Color information
#7FCC06 (or 0x7FCC06) is known color: Lima. HEX triplet: 7F, CC and 06. RGB value is (127,204,6). Sum of RGB (Red+Green+Blue) = 127+204+6=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 204 (80.08% from 255 or 60.53% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCC06 is #8033F9. Grayscale: #9F9F9F. Windows color (decimal): -8401914 or 445567. OLE color: 445567.
HSL color Cylindrical-coordinate representation of color #7FCC06: hue angle of 83.33º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FCC06 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 6 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.2 |
| HSL | 83.33º | 0.94% | 0.41% | - |
| HSV(B) | 83.33º | 0.97% | 0.8% | - |
| XYZ | 30.38 | 47.71 | 7.78 | - |
| YUV | 158.41 | 41.99 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 6 | 0.38 | 0 | 0.97 | 0.2 | 83.33 | 0.94 | 0.41 |
| Hex | 7F | CC | 6 | 26 | 0 | 61 | 14 | 53 | 5E | 29 |
| Octal | 177 | 314 | 6 | 46 | 0 | 141 | 24 | 123 | 136 | 51 |
| Binary | 1111111 | 11001100 | 110 | 100110 | 0 | 1100001 | 10100 | 1010011 | 1011110 | 101001 |
Color Harmonies of #7FCC06
Complementary color
Monochromatic Colors of #7FCC06
Black with #7FCC06
Text Example
Text Example
White with #7FCC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCC06; }
p { color: rgb(127,204,6); }
H1.HeaderClassName
{
color: #7FCC06;
}
.AnyTagClassName
{
color: #7FCC06;
}
</style>
background-color css
<style>
a { background-color: #7FCC06; }
a { background-color: rgb(127,204,6); }
div.DivClassName
{
background-color: #7FCC06;
}
.BgClassName
{
background-color: #7FCC06;
}
</style>
border-color css
<style>
span { border-color: #7FCC06; }
span { border-color: rgb(127,204,6); }
td.TdClassName
{
border-color: #7FCC06;
}
.TagClassName
{
border-color: #7FCC06;
}
</style>