Shades of Lima #7FB93B
Tints of Lima #7FB93B
RGB
CMYK
RGB Variations
Color information
#7FB93B (or 0x7FB93B) is known color: Lima. HEX triplet: 7F, B9 and 3B. RGB value is (127,185,59). Sum of RGB (Red+Green+Blue) = 127+185+59=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB93B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB93B is #8046C4. Grayscale: #999999. Windows color (decimal): -8406725 or 3914111. OLE color: 3914111.
HSL color Cylindrical-coordinate representation of color #7FB93B: hue angle of 87.62º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FB93B is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 185 | 59 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.27 |
| HSL | 87.62º | 0.52% | 0.48% | - |
| HSV(B) | 87.62º | 0.68% | 0.73% | - |
| XYZ | 26.89 | 39.53 | 10.35 | - |
| YUV | 153.29 | 74.78 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 185 | 59 | 0.31 | 0 | 0.68 | 0.27 | 87.62 | 0.52 | 0.48 |
| Hex | 7F | B9 | 3B | 1F | 0 | 44 | 1B | 58 | 34 | 30 |
| Octal | 177 | 271 | 73 | 37 | 0 | 104 | 33 | 130 | 64 | 60 |
| Binary | 1111111 | 10111001 | 111011 | 11111 | 0 | 1000100 | 11011 | 1011000 | 110100 | 110000 |
Color Harmonies of #7FB93B
Complementary color
Monochromatic Colors of #7FB93B
Black with #7FB93B
Text Example
Text Example
White with #7FB93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB93B; }
p { color: rgb(127,185,59); }
H1.HeaderClassName
{
color: #7FB93B;
}
.AnyTagClassName
{
color: #7FB93B;
}
</style>
background-color css
<style>
a { background-color: #7FB93B; }
a { background-color: rgb(127,185,59); }
div.DivClassName
{
background-color: #7FB93B;
}
.BgClassName
{
background-color: #7FB93B;
}
</style>
border-color css
<style>
span { border-color: #7FB93B; }
span { border-color: rgb(127,185,59); }
td.TdClassName
{
border-color: #7FB93B;
}
.TagClassName
{
border-color: #7FB93B;
}
</style>