Shades of Lima #7FC037
Tints of Lima #7FC037
RGB
CMYK
RGB Variations
Color information
#7FC037 (or 0x7FC037) is known color: Lima. HEX triplet: 7F, C0 and 37. RGB value is (127,192,55). Sum of RGB (Red+Green+Blue) = 127+192+55=374 (49% of max value = 765). Red value is 127 (50% from 255 or 33.96% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC037 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC037 is #803FC8. Grayscale: #9D9D9D. Windows color (decimal): -8404937 or 3653759. OLE color: 3653759.
HSL color Cylindrical-coordinate representation of color #7FC037: hue angle of 88.47º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FC037 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 55 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.25 |
| HSL | 88.47º | 0.55% | 0.48% | - |
| HSV(B) | 88.47º | 0.71% | 0.75% | - |
| XYZ | 28.29 | 42.49 | 10.32 | - |
| YUV | 156.95 | 70.47 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 55 | 0.34 | 0 | 0.71 | 0.25 | 88.47 | 0.55 | 0.48 |
| Hex | 7F | C0 | 37 | 22 | 0 | 47 | 19 | 58 | 37 | 30 |
| Octal | 177 | 300 | 67 | 42 | 0 | 107 | 31 | 130 | 67 | 60 |
| Binary | 1111111 | 11000000 | 110111 | 100010 | 0 | 1000111 | 11001 | 1011000 | 110111 | 110000 |
Color Harmonies of #7FC037
Complementary color
Monochromatic Colors of #7FC037
Black with #7FC037
Text Example
Text Example
White with #7FC037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC037; }
p { color: rgb(127,192,55); }
H1.HeaderClassName
{
color: #7FC037;
}
.AnyTagClassName
{
color: #7FC037;
}
</style>
background-color css
<style>
a { background-color: #7FC037; }
a { background-color: rgb(127,192,55); }
div.DivClassName
{
background-color: #7FC037;
}
.BgClassName
{
background-color: #7FC037;
}
</style>
border-color css
<style>
span { border-color: #7FC037; }
span { border-color: rgb(127,192,55); }
td.TdClassName
{
border-color: #7FC037;
}
.TagClassName
{
border-color: #7FC037;
}
</style>