Shades of Lima #7FBC34
Tints of Lima #7FBC34
RGB
CMYK
RGB Variations
Color information
#7FBC34 (or 0x7FBC34) is known color: Lima. HEX triplet: 7F, BC and 34. RGB value is (127,188,52). Sum of RGB (Red+Green+Blue) = 127+188+52=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC34 is #8043CB. Grayscale: #9A9A9A. Windows color (decimal): -8405964 or 3456127. OLE color: 3456127.
HSL color Cylindrical-coordinate representation of color #7FBC34: hue angle of 86.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FBC34 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 52 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.26 |
| HSL | 86.91º | 0.57% | 0.47% | - |
| HSV(B) | 86.91º | 0.72% | 0.74% | - |
| XYZ | 27.36 | 40.73 | 9.67 | - |
| YUV | 154.26 | 70.29 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 52 | 0.32 | 0 | 0.72 | 0.26 | 86.91 | 0.57 | 0.47 |
| Hex | 7F | BC | 34 | 20 | 0 | 48 | 1A | 57 | 39 | 2F |
| Octal | 177 | 274 | 64 | 40 | 0 | 110 | 32 | 127 | 71 | 57 |
| Binary | 1111111 | 10111100 | 110100 | 100000 | 0 | 1001000 | 11010 | 1010111 | 111001 | 101111 |
Color Harmonies of #7FBC34
Complementary color
Monochromatic Colors of #7FBC34
Black with #7FBC34
Text Example
Text Example
White with #7FBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC34; }
p { color: rgb(127,188,52); }
H1.HeaderClassName
{
color: #7FBC34;
}
.AnyTagClassName
{
color: #7FBC34;
}
</style>
background-color css
<style>
a { background-color: #7FBC34; }
a { background-color: rgb(127,188,52); }
div.DivClassName
{
background-color: #7FBC34;
}
.BgClassName
{
background-color: #7FBC34;
}
</style>
border-color css
<style>
span { border-color: #7FBC34; }
span { border-color: rgb(127,188,52); }
td.TdClassName
{
border-color: #7FBC34;
}
.TagClassName
{
border-color: #7FBC34;
}
</style>