Shades of Lima #7CB81F
Tints of Lima #7CB81F
RGB
CMYK
RGB Variations
Color information
#7CB81F (or 0x7CB81F) is known color: Lima. HEX triplet: 7C, B8 and 1F. RGB value is (124,184,31). Sum of RGB (Red+Green+Blue) = 124+184+31=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 184 (72.27% from 255 or 54.28% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB81F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB81F is #8347E0. Grayscale: #959595. Windows color (decimal): -8603617 or 2078844. OLE color: 2078844.
HSL color Cylindrical-coordinate representation of color #7CB81F: hue angle of 83.53º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7CB81F is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 31 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.28 |
| HSL | 83.53º | 0.71% | 0.42% | - |
| HSV(B) | 83.53º | 0.83% | 0.72% | - |
| XYZ | 25.7 | 38.66 | 7.4 | - |
| YUV | 148.62 | 61.62 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 31 | 0.33 | 0 | 0.83 | 0.28 | 83.53 | 0.71 | 0.42 |
| Hex | 7C | B8 | 1F | 21 | 0 | 53 | 1C | 54 | 47 | 2A |
| Octal | 174 | 270 | 37 | 41 | 0 | 123 | 34 | 124 | 107 | 52 |
| Binary | 1111100 | 10111000 | 11111 | 100001 | 0 | 1010011 | 11100 | 1010100 | 1000111 | 101010 |
Color Harmonies of #7CB81F
Complementary color
Monochromatic Colors of #7CB81F
Black with #7CB81F
Text Example
Text Example
White with #7CB81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB81F; }
p { color: rgb(124,184,31); }
H1.HeaderClassName
{
color: #7CB81F;
}
.AnyTagClassName
{
color: #7CB81F;
}
</style>
background-color css
<style>
a { background-color: #7CB81F; }
a { background-color: rgb(124,184,31); }
div.DivClassName
{
background-color: #7CB81F;
}
.BgClassName
{
background-color: #7CB81F;
}
</style>
border-color css
<style>
span { border-color: #7CB81F; }
span { border-color: rgb(124,184,31); }
td.TdClassName
{
border-color: #7CB81F;
}
.TagClassName
{
border-color: #7CB81F;
}
</style>