Shades of Lima #7CBF11
Tints of Lima #7CBF11
RGB
CMYK
RGB Variations
Color information
#7CBF11 (or 0x7CBF11) is known color: Lima. HEX triplet: 7C, BF and 11. RGB value is (124,191,17). Sum of RGB (Red+Green+Blue) = 124+191+17=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBF11 is #8340EE. Grayscale: #979797. Windows color (decimal): -8601839 or 1163132. OLE color: 1163132.
HSL color Cylindrical-coordinate representation of color #7CBF11: hue angle of 83.1º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CBF11 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 17 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.25 |
| HSL | 83.1º | 0.84% | 0.41% | - |
| HSV(B) | 83.1º | 0.91% | 0.75% | - |
| XYZ | 27.04 | 41.59 | 7.13 | - |
| YUV | 151.13 | 52.3 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 17 | 0.35 | 0 | 0.91 | 0.25 | 83.1 | 0.84 | 0.41 |
| Hex | 7C | BF | 11 | 23 | 0 | 5B | 19 | 53 | 54 | 29 |
| Octal | 174 | 277 | 21 | 43 | 0 | 133 | 31 | 123 | 124 | 51 |
| Binary | 1111100 | 10111111 | 10001 | 100011 | 0 | 1011011 | 11001 | 1010011 | 1010100 | 101001 |
Color Harmonies of #7CBF11
Complementary color
Monochromatic Colors of #7CBF11
Black with #7CBF11
Text Example
Text Example
White with #7CBF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF11; }
p { color: rgb(124,191,17); }
H1.HeaderClassName
{
color: #7CBF11;
}
.AnyTagClassName
{
color: #7CBF11;
}
</style>
background-color css
<style>
a { background-color: #7CBF11; }
a { background-color: rgb(124,191,17); }
div.DivClassName
{
background-color: #7CBF11;
}
.BgClassName
{
background-color: #7CBF11;
}
</style>
border-color css
<style>
span { border-color: #7CBF11; }
span { border-color: rgb(124,191,17); }
td.TdClassName
{
border-color: #7CBF11;
}
.TagClassName
{
border-color: #7CBF11;
}
</style>