Shades of Lima #7CBF14
Tints of Lima #7CBF14
RGB
CMYK
RGB Variations
Color information
#7CBF14 (or 0x7CBF14) is known color: Lima. HEX triplet: 7C, BF and 14. RGB value is (124,191,20). Sum of RGB (Red+Green+Blue) = 124+191+20=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBF14 is #8340EB. Grayscale: #989898. Windows color (decimal): -8601836 or 1359740. OLE color: 1359740.
HSL color Cylindrical-coordinate representation of color #7CBF14: hue angle of 83.51º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CBF14 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 20 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.25 |
| HSL | 83.51º | 0.81% | 0.41% | - |
| HSV(B) | 83.51º | 0.9% | 0.75% | - |
| XYZ | 27.07 | 41.6 | 7.26 | - |
| YUV | 151.47 | 53.8 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 20 | 0.35 | 0 | 0.90 | 0.25 | 83.51 | 0.81 | 0.41 |
| Hex | 7C | BF | 14 | 23 | 0 | 5A | 19 | 54 | 51 | 29 |
| Octal | 174 | 277 | 24 | 43 | 0 | 132 | 31 | 124 | 121 | 51 |
| Binary | 1111100 | 10111111 | 10100 | 100011 | 0 | 1011010 | 11001 | 1010100 | 1010001 | 101001 |
Color Harmonies of #7CBF14
Complementary color
Monochromatic Colors of #7CBF14
Black with #7CBF14
Text Example
Text Example
White with #7CBF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF14; }
p { color: rgb(124,191,20); }
H1.HeaderClassName
{
color: #7CBF14;
}
.AnyTagClassName
{
color: #7CBF14;
}
</style>
background-color css
<style>
a { background-color: #7CBF14; }
a { background-color: rgb(124,191,20); }
div.DivClassName
{
background-color: #7CBF14;
}
.BgClassName
{
background-color: #7CBF14;
}
</style>
border-color css
<style>
span { border-color: #7CBF14; }
span { border-color: rgb(124,191,20); }
td.TdClassName
{
border-color: #7CBF14;
}
.TagClassName
{
border-color: #7CBF14;
}
</style>