Shades of Lima #7FB90C
Tints of Lima #7FB90C
RGB
CMYK
RGB Variations
Color information
#7FB90C (or 0x7FB90C) is known color: Lima. HEX triplet: 7F, B9 and 0C. RGB value is (127,185,12). Sum of RGB (Red+Green+Blue) = 127+185+12=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB90C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB90C is #8046F3. Grayscale: #949494. Windows color (decimal): -8406772 or 833919. OLE color: 833919.
HSL color Cylindrical-coordinate representation of color #7FB90C: hue angle of 80.12º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FB90C is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 185 | 12 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.27 |
| HSL | 80.12º | 0.88% | 0.39% | - |
| HSV(B) | 80.12º | 0.94% | 0.73% | - |
| XYZ | 26.17 | 39.24 | 6.54 | - |
| YUV | 147.94 | 51.28 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 185 | 12 | 0.31 | 0 | 0.94 | 0.27 | 80.12 | 0.88 | 0.39 |
| Hex | 7F | B9 | C | 1F | 0 | 5E | 1B | 50 | 58 | 27 |
| Octal | 177 | 271 | 14 | 37 | 0 | 136 | 33 | 120 | 130 | 47 |
| Binary | 1111111 | 10111001 | 1100 | 11111 | 0 | 1011110 | 11011 | 1010000 | 1011000 | 100111 |
Color Harmonies of #7FB90C
Complementary color
Monochromatic Colors of #7FB90C
Black with #7FB90C
Text Example
Text Example
White with #7FB90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB90C; }
p { color: rgb(127,185,12); }
H1.HeaderClassName
{
color: #7FB90C;
}
.AnyTagClassName
{
color: #7FB90C;
}
</style>
background-color css
<style>
a { background-color: #7FB90C; }
a { background-color: rgb(127,185,12); }
div.DivClassName
{
background-color: #7FB90C;
}
.BgClassName
{
background-color: #7FB90C;
}
</style>
border-color css
<style>
span { border-color: #7FB90C; }
span { border-color: rgb(127,185,12); }
td.TdClassName
{
border-color: #7FB90C;
}
.TagClassName
{
border-color: #7FB90C;
}
</style>