Shades of Lima #7CB00F
Tints of Lima #7CB00F
RGB
CMYK
RGB Variations
Color information
#7CB00F (or 0x7CB00F) is known color: Lima. HEX triplet: 7C, B0 and 0F. RGB value is (124,176,15). Sum of RGB (Red+Green+Blue) = 124+176+15=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB00F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB00F is #834FF0. Grayscale: #8E8E8E. Windows color (decimal): -8605681 or 1028220. OLE color: 1028220.
HSL color Cylindrical-coordinate representation of color #7CB00F: hue angle of 79.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CB00F is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 176 | 15 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.31 |
| HSL | 79.38º | 0.84% | 0.37% | - |
| HSV(B) | 79.38º | 0.91% | 0.69% | - |
| XYZ | 23.92 | 35.37 | 6.02 | - |
| YUV | 142.1 | 56.27 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 15 | 0.30 | 0 | 0.91 | 0.31 | 79.38 | 0.84 | 0.37 |
| Hex | 7C | B0 | F | 1E | 0 | 5B | 1F | 4F | 54 | 25 |
| Octal | 174 | 260 | 17 | 36 | 0 | 133 | 37 | 117 | 124 | 45 |
| Binary | 1111100 | 10110000 | 1111 | 11110 | 0 | 1011011 | 11111 | 1001111 | 1010100 | 100101 |
Color Harmonies of #7CB00F
Complementary color
Monochromatic Colors of #7CB00F
Black with #7CB00F
Text Example
Text Example
White with #7CB00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB00F; }
p { color: rgb(124,176,15); }
H1.HeaderClassName
{
color: #7CB00F;
}
.AnyTagClassName
{
color: #7CB00F;
}
</style>
background-color css
<style>
a { background-color: #7CB00F; }
a { background-color: rgb(124,176,15); }
div.DivClassName
{
background-color: #7CB00F;
}
.BgClassName
{
background-color: #7CB00F;
}
</style>
border-color css
<style>
span { border-color: #7CB00F; }
span { border-color: rgb(124,176,15); }
td.TdClassName
{
border-color: #7CB00F;
}
.TagClassName
{
border-color: #7CB00F;
}
</style>