Shades of Lima #7FBF22
Tints of Lima #7FBF22
RGB
CMYK
RGB Variations
Color information
#7FBF22 (or 0x7FBF22) is known color: Lima. HEX triplet: 7F, BF and 22. RGB value is (127,191,34). Sum of RGB (Red+Green+Blue) = 127+191+34=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBF22 is #8040DD. Grayscale: #9A9A9A. Windows color (decimal): -8405214 or 2277247. OLE color: 2277247.
HSL color Cylindrical-coordinate representation of color #7FBF22: hue angle of 84.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7FBF22 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 191 | 34 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.25 |
| HSL | 84.46º | 0.7% | 0.44% | - |
| HSV(B) | 84.46º | 0.82% | 0.75% | - |
| XYZ | 27.67 | 41.89 | 8.14 | - |
| YUV | 153.97 | 60.3 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 34 | 0.34 | 0 | 0.82 | 0.25 | 84.46 | 0.7 | 0.44 |
| Hex | 7F | BF | 22 | 22 | 0 | 52 | 19 | 54 | 46 | 2C |
| Octal | 177 | 277 | 42 | 42 | 0 | 122 | 31 | 124 | 106 | 54 |
| Binary | 1111111 | 10111111 | 100010 | 100010 | 0 | 1010010 | 11001 | 1010100 | 1000110 | 101100 |
Color Harmonies of #7FBF22
Complementary color
Monochromatic Colors of #7FBF22
Black with #7FBF22
Text Example
Text Example
White with #7FBF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBF22; }
p { color: rgb(127,191,34); }
H1.HeaderClassName
{
color: #7FBF22;
}
.AnyTagClassName
{
color: #7FBF22;
}
</style>
background-color css
<style>
a { background-color: #7FBF22; }
a { background-color: rgb(127,191,34); }
div.DivClassName
{
background-color: #7FBF22;
}
.BgClassName
{
background-color: #7FBF22;
}
</style>
border-color css
<style>
span { border-color: #7FBF22; }
span { border-color: rgb(127,191,34); }
td.TdClassName
{
border-color: #7FBF22;
}
.TagClassName
{
border-color: #7FBF22;
}
</style>