Shades of Lima #7FBF34
Tints of Lima #7FBF34
RGB
CMYK
RGB Variations
Color information
#7FBF34 (or 0x7FBF34) is known color: Lima. HEX triplet: 7F, BF and 34. RGB value is (127,191,52). Sum of RGB (Red+Green+Blue) = 127+191+52=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBF34 is #8040CB. Grayscale: #9C9C9C. Windows color (decimal): -8405196 or 3456895. OLE color: 3456895.
HSL color Cylindrical-coordinate representation of color #7FBF34: hue angle of 87.63º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FBF34 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 191 | 52 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.25 |
| HSL | 87.63º | 0.57% | 0.48% | - |
| HSV(B) | 87.63º | 0.73% | 0.75% | - |
| XYZ | 28 | 42.02 | 9.88 | - |
| YUV | 156.02 | 69.3 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 52 | 0.34 | 0 | 0.73 | 0.25 | 87.63 | 0.57 | 0.48 |
| Hex | 7F | BF | 34 | 22 | 0 | 49 | 19 | 58 | 39 | 30 |
| Octal | 177 | 277 | 64 | 42 | 0 | 111 | 31 | 130 | 71 | 60 |
| Binary | 1111111 | 10111111 | 110100 | 100010 | 0 | 1001001 | 11001 | 1011000 | 111001 | 110000 |
Color Harmonies of #7FBF34
Complementary color
Monochromatic Colors of #7FBF34
Black with #7FBF34
Text Example
Text Example
White with #7FBF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBF34; }
p { color: rgb(127,191,52); }
H1.HeaderClassName
{
color: #7FBF34;
}
.AnyTagClassName
{
color: #7FBF34;
}
</style>
background-color css
<style>
a { background-color: #7FBF34; }
a { background-color: rgb(127,191,52); }
div.DivClassName
{
background-color: #7FBF34;
}
.BgClassName
{
background-color: #7FBF34;
}
</style>
border-color css
<style>
span { border-color: #7FBF34; }
span { border-color: rgb(127,191,52); }
td.TdClassName
{
border-color: #7FBF34;
}
.TagClassName
{
border-color: #7FBF34;
}
</style>