Shades of Lima #7CB207
Tints of Lima #7CB207
RGB
CMYK
RGB Variations
Color information
#7CB207 (or 0x7CB207) is known color: Lima. HEX triplet: 7C, B2 and 07. RGB value is (124,178,7). Sum of RGB (Red+Green+Blue) = 124+178+7=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 178 (69.92% from 255 or 57.61% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB207 is #834DF8. Grayscale: #8E8E8E. Windows color (decimal): -8605177 or 504444. OLE color: 504444.
HSL color Cylindrical-coordinate representation of color #7CB207: hue angle of 78.95º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7CB207 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 178 | 7 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.30 |
| HSL | 78.95º | 0.92% | 0.36% | - |
| HSV(B) | 78.95º | 0.96% | 0.7% | - |
| XYZ | 24.27 | 36.14 | 5.9 | - |
| YUV | 142.36 | 51.61 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 7 | 0.30 | 0 | 0.96 | 0.30 | 78.95 | 0.92 | 0.36 |
| Hex | 7C | B2 | 7 | 1E | 0 | 60 | 1E | 4F | 5C | 24 |
| Octal | 174 | 262 | 7 | 36 | 0 | 140 | 36 | 117 | 134 | 44 |
| Binary | 1111100 | 10110010 | 111 | 11110 | 0 | 1100000 | 11110 | 1001111 | 1011100 | 100100 |
Color Harmonies of #7CB207
Complementary color
Monochromatic Colors of #7CB207
Black with #7CB207
Text Example
Text Example
White with #7CB207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB207; }
p { color: rgb(124,178,7); }
H1.HeaderClassName
{
color: #7CB207;
}
.AnyTagClassName
{
color: #7CB207;
}
</style>
background-color css
<style>
a { background-color: #7CB207; }
a { background-color: rgb(124,178,7); }
div.DivClassName
{
background-color: #7CB207;
}
.BgClassName
{
background-color: #7CB207;
}
</style>
border-color css
<style>
span { border-color: #7CB207; }
span { border-color: rgb(124,178,7); }
td.TdClassName
{
border-color: #7CB207;
}
.TagClassName
{
border-color: #7CB207;
}
</style>