Shades of Lima #7FB623
Tints of Lima #7FB623
RGB
CMYK
RGB Variations
Color information
#7FB623 (or 0x7FB623) is known color: Lima. HEX triplet: 7F, B6 and 23. RGB value is (127,182,35). Sum of RGB (Red+Green+Blue) = 127+182+35=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB623 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB623 is #8049DC. Grayscale: #959595. Windows color (decimal): -8407517 or 2340479. OLE color: 2340479.
HSL color Cylindrical-coordinate representation of color #7FB623: hue angle of 82.45º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7FB623 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 182 | 35 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.29 |
| HSL | 82.45º | 0.68% | 0.43% | - |
| HSV(B) | 82.45º | 0.81% | 0.71% | - |
| XYZ | 25.78 | 38.09 | 7.58 | - |
| YUV | 148.8 | 63.78 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 182 | 35 | 0.30 | 0 | 0.81 | 0.29 | 82.45 | 0.68 | 0.43 |
| Hex | 7F | B6 | 23 | 1E | 0 | 51 | 1D | 52 | 44 | 2B |
| Octal | 177 | 266 | 43 | 36 | 0 | 121 | 35 | 122 | 104 | 53 |
| Binary | 1111111 | 10110110 | 100011 | 11110 | 0 | 1010001 | 11101 | 1010010 | 1000100 | 101011 |
Color Harmonies of #7FB623
Complementary color
Monochromatic Colors of #7FB623
Black with #7FB623
Text Example
Text Example
White with #7FB623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB623; }
p { color: rgb(127,182,35); }
H1.HeaderClassName
{
color: #7FB623;
}
.AnyTagClassName
{
color: #7FB623;
}
</style>
background-color css
<style>
a { background-color: #7FB623; }
a { background-color: rgb(127,182,35); }
div.DivClassName
{
background-color: #7FB623;
}
.BgClassName
{
background-color: #7FB623;
}
</style>
border-color css
<style>
span { border-color: #7FB623; }
span { border-color: rgb(127,182,35); }
td.TdClassName
{
border-color: #7FB623;
}
.TagClassName
{
border-color: #7FB623;
}
</style>