Shades of Lima #7CBF15
Tints of Lima #7CBF15
RGB
CMYK
RGB Variations
Color information
#7CBF15 (or 0x7CBF15) is known color: Lima. HEX triplet: 7C, BF and 15. RGB value is (124,191,21). Sum of RGB (Red+Green+Blue) = 124+191+21=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBF15 is #8340EA. Grayscale: #989898. Windows color (decimal): -8601835 or 1425276. OLE color: 1425276.
HSL color Cylindrical-coordinate representation of color #7CBF15: hue angle of 83.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CBF15 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 21 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.25 |
| HSL | 83.65º | 0.8% | 0.42% | - |
| HSV(B) | 83.65º | 0.89% | 0.75% | - |
| XYZ | 27.08 | 41.6 | 7.31 | - |
| YUV | 151.59 | 54.3 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 21 | 0.35 | 0 | 0.89 | 0.25 | 83.65 | 0.8 | 0.42 |
| Hex | 7C | BF | 15 | 23 | 0 | 59 | 19 | 54 | 50 | 2A |
| Octal | 174 | 277 | 25 | 43 | 0 | 131 | 31 | 124 | 120 | 52 |
| Binary | 1111100 | 10111111 | 10101 | 100011 | 0 | 1011001 | 11001 | 1010100 | 1010000 | 101010 |
Color Harmonies of #7CBF15
Complementary color
Monochromatic Colors of #7CBF15
Black with #7CBF15
Text Example
Text Example
White with #7CBF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF15; }
p { color: rgb(124,191,21); }
H1.HeaderClassName
{
color: #7CBF15;
}
.AnyTagClassName
{
color: #7CBF15;
}
</style>
background-color css
<style>
a { background-color: #7CBF15; }
a { background-color: rgb(124,191,21); }
div.DivClassName
{
background-color: #7CBF15;
}
.BgClassName
{
background-color: #7CBF15;
}
</style>
border-color css
<style>
span { border-color: #7CBF15; }
span { border-color: rgb(124,191,21); }
td.TdClassName
{
border-color: #7CBF15;
}
.TagClassName
{
border-color: #7CBF15;
}
</style>