Shades of Lima #7FB223
Tints of Lima #7FB223
RGB
CMYK
RGB Variations
Color information
#7FB223 (or 0x7FB223) is known color: Lima. HEX triplet: 7F, B2 and 23. RGB value is (127,178,35). Sum of RGB (Red+Green+Blue) = 127+178+35=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 178 (69.92% from 255 or 52.35% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB223 is #804DDC. Grayscale: #929292. Windows color (decimal): -8408541 or 2339455. OLE color: 2339455.
HSL color Cylindrical-coordinate representation of color #7FB223: hue angle of 81.4º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7FB223 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 178 | 35 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.30 |
| HSL | 81.4º | 0.67% | 0.42% | - |
| HSV(B) | 81.4º | 0.8% | 0.7% | - |
| XYZ | 24.98 | 36.47 | 7.31 | - |
| YUV | 146.45 | 65.1 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 178 | 35 | 0.29 | 0 | 0.80 | 0.30 | 81.4 | 0.67 | 0.42 |
| Hex | 7F | B2 | 23 | 1D | 0 | 50 | 1E | 51 | 43 | 2A |
| Octal | 177 | 262 | 43 | 35 | 0 | 120 | 36 | 121 | 103 | 52 |
| Binary | 1111111 | 10110010 | 100011 | 11101 | 0 | 1010000 | 11110 | 1010001 | 1000011 | 101010 |
Color Harmonies of #7FB223
Complementary color
Monochromatic Colors of #7FB223
Black with #7FB223
Text Example
Text Example
White with #7FB223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB223; }
p { color: rgb(127,178,35); }
H1.HeaderClassName
{
color: #7FB223;
}
.AnyTagClassName
{
color: #7FB223;
}
</style>
background-color css
<style>
a { background-color: #7FB223; }
a { background-color: rgb(127,178,35); }
div.DivClassName
{
background-color: #7FB223;
}
.BgClassName
{
background-color: #7FB223;
}
</style>
border-color css
<style>
span { border-color: #7FB223; }
span { border-color: rgb(127,178,35); }
td.TdClassName
{
border-color: #7FB223;
}
.TagClassName
{
border-color: #7FB223;
}
</style>