Shades of Lima #7CC80F
Tints of Lima #7CC80F
RGB
CMYK
RGB Variations
Color information
#7CC80F (or 0x7CC80F) is known color: Lima. HEX triplet: 7C, C8 and 0F. RGB value is (124,200,15). Sum of RGB (Red+Green+Blue) = 124+200+15=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC80F is #8337F0. Grayscale: #9C9C9C. Windows color (decimal): -8599537 or 1034364. OLE color: 1034364.
HSL color Cylindrical-coordinate representation of color #7CC80F: hue angle of 84.65º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CC80F is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 15 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.22 |
| HSL | 84.65º | 0.86% | 0.42% | - |
| HSV(B) | 84.65º | 0.93% | 0.78% | - |
| XYZ | 29.05 | 45.63 | 7.73 | - |
| YUV | 156.19 | 48.32 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 15 | 0.38 | 0 | 0.92 | 0.22 | 84.65 | 0.86 | 0.42 |
| Hex | 7C | C8 | F | 26 | 0 | 5C | 16 | 55 | 56 | 2A |
| Octal | 174 | 310 | 17 | 46 | 0 | 134 | 26 | 125 | 126 | 52 |
| Binary | 1111100 | 11001000 | 1111 | 100110 | 0 | 1011100 | 10110 | 1010101 | 1010110 | 101010 |
Color Harmonies of #7CC80F
Complementary color
Monochromatic Colors of #7CC80F
Black with #7CC80F
Text Example
Text Example
White with #7CC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC80F; }
p { color: rgb(124,200,15); }
H1.HeaderClassName
{
color: #7CC80F;
}
.AnyTagClassName
{
color: #7CC80F;
}
</style>
background-color css
<style>
a { background-color: #7CC80F; }
a { background-color: rgb(124,200,15); }
div.DivClassName
{
background-color: #7CC80F;
}
.BgClassName
{
background-color: #7CC80F;
}
</style>
border-color css
<style>
span { border-color: #7CC80F; }
span { border-color: rgb(124,200,15); }
td.TdClassName
{
border-color: #7CC80F;
}
.TagClassName
{
border-color: #7CC80F;
}
</style>