Shades of Lima #7CBF39
Tints of Lima #7CBF39
RGB
CMYK
RGB Variations
Color information
#7CBF39 (or 0x7CBF39) is known color: Lima. HEX triplet: 7C, BF and 39. RGB value is (124,191,57). Sum of RGB (Red+Green+Blue) = 124+191+57=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBF39 is #8340C6. Grayscale: #9C9C9C. Windows color (decimal): -8601799 or 3784572. OLE color: 3784572.
HSL color Cylindrical-coordinate representation of color #7CBF39: hue angle of 90º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CBF39 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 57 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.25 |
| HSL | 90º | 0.54% | 0.49% | - |
| HSV(B) | 90º | 0.7% | 0.75% | - |
| XYZ | 27.68 | 41.84 | 10.49 | - |
| YUV | 155.69 | 72.3 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 57 | 0.35 | 0 | 0.70 | 0.25 | 90 | 0.54 | 0.49 |
| Hex | 7C | BF | 39 | 23 | 0 | 46 | 19 | 5A | 36 | 31 |
| Octal | 174 | 277 | 71 | 43 | 0 | 106 | 31 | 132 | 66 | 61 |
| Binary | 1111100 | 10111111 | 111001 | 100011 | 0 | 1000110 | 11001 | 1011010 | 110110 | 110001 |
Color Harmonies of #7CBF39
Complementary color
Monochromatic Colors of #7CBF39
Black with #7CBF39
Text Example
Text Example
White with #7CBF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF39; }
p { color: rgb(124,191,57); }
H1.HeaderClassName
{
color: #7CBF39;
}
.AnyTagClassName
{
color: #7CBF39;
}
</style>
background-color css
<style>
a { background-color: #7CBF39; }
a { background-color: rgb(124,191,57); }
div.DivClassName
{
background-color: #7CBF39;
}
.BgClassName
{
background-color: #7CBF39;
}
</style>
border-color css
<style>
span { border-color: #7CBF39; }
span { border-color: rgb(124,191,57); }
td.TdClassName
{
border-color: #7CBF39;
}
.TagClassName
{
border-color: #7CBF39;
}
</style>