Shades of Lima #7FB230
Tints of Lima #7FB230
RGB
CMYK
RGB Variations
Color information
#7FB230 (or 0x7FB230) is known color: Lima. HEX triplet: 7F, B2 and 30. RGB value is (127,178,48). Sum of RGB (Red+Green+Blue) = 127+178+48=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB230 is #804DCF. Grayscale: #949494. Windows color (decimal): -8408528 or 3191423. OLE color: 3191423.
HSL color Cylindrical-coordinate representation of color #7FB230: hue angle of 83.54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FB230 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 178 | 48 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.30 |
| HSL | 83.54º | 0.58% | 0.44% | - |
| HSV(B) | 83.54º | 0.73% | 0.7% | - |
| XYZ | 25.21 | 36.57 | 8.53 | - |
| YUV | 147.93 | 71.6 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 178 | 48 | 0.29 | 0 | 0.73 | 0.30 | 83.54 | 0.58 | 0.44 |
| Hex | 7F | B2 | 30 | 1D | 0 | 49 | 1E | 54 | 3A | 2C |
| Octal | 177 | 262 | 60 | 35 | 0 | 111 | 36 | 124 | 72 | 54 |
| Binary | 1111111 | 10110010 | 110000 | 11101 | 0 | 1001001 | 11110 | 1010100 | 111010 | 101100 |
Color Harmonies of #7FB230
Complementary color
Monochromatic Colors of #7FB230
Black with #7FB230
Text Example
Text Example
White with #7FB230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB230; }
p { color: rgb(127,178,48); }
H1.HeaderClassName
{
color: #7FB230;
}
.AnyTagClassName
{
color: #7FB230;
}
</style>
background-color css
<style>
a { background-color: #7FB230; }
a { background-color: rgb(127,178,48); }
div.DivClassName
{
background-color: #7FB230;
}
.BgClassName
{
background-color: #7FB230;
}
</style>
border-color css
<style>
span { border-color: #7FB230; }
span { border-color: rgb(127,178,48); }
td.TdClassName
{
border-color: #7FB230;
}
.TagClassName
{
border-color: #7FB230;
}
</style>