Shades of Lima #7FC012
Tints of Lima #7FC012
RGB
CMYK
RGB Variations
Color information
#7FC012 (or 0x7FC012) is known color: Lima. HEX triplet: 7F, C0 and 12. RGB value is (127,192,18). Sum of RGB (Red+Green+Blue) = 127+192+18=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC012 is #803FED. Grayscale: #999999. Windows color (decimal): -8404974 or 1228927. OLE color: 1228927.
HSL color Cylindrical-coordinate representation of color #7FC012: hue angle of 82.41º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FC012 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 18 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.25 |
| HSL | 82.41º | 0.83% | 0.41% | - |
| HSV(B) | 82.41º | 0.91% | 0.75% | - |
| XYZ | 27.71 | 42.25 | 7.27 | - |
| YUV | 152.73 | 51.97 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 18 | 0.34 | 0 | 0.91 | 0.25 | 82.41 | 0.83 | 0.41 |
| Hex | 7F | C0 | 12 | 22 | 0 | 5B | 19 | 52 | 53 | 29 |
| Octal | 177 | 300 | 22 | 42 | 0 | 133 | 31 | 122 | 123 | 51 |
| Binary | 1111111 | 11000000 | 10010 | 100010 | 0 | 1011011 | 11001 | 1010010 | 1010011 | 101001 |
Color Harmonies of #7FC012
Complementary color
Monochromatic Colors of #7FC012
Black with #7FC012
Text Example
Text Example
White with #7FC012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC012; }
p { color: rgb(127,192,18); }
H1.HeaderClassName
{
color: #7FC012;
}
.AnyTagClassName
{
color: #7FC012;
}
</style>
background-color css
<style>
a { background-color: #7FC012; }
a { background-color: rgb(127,192,18); }
div.DivClassName
{
background-color: #7FC012;
}
.BgClassName
{
background-color: #7FC012;
}
</style>
border-color css
<style>
span { border-color: #7FC012; }
span { border-color: rgb(127,192,18); }
td.TdClassName
{
border-color: #7FC012;
}
.TagClassName
{
border-color: #7FC012;
}
</style>