Shades of Lima #7CC612
Tints of Lima #7CC612
RGB
CMYK
RGB Variations
Color information
#7CC612 (or 0x7CC612) is known color: Lima. HEX triplet: 7C, C6 and 12. RGB value is (124,198,18). Sum of RGB (Red+Green+Blue) = 124+198+18=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 198 (77.73% from 255 or 58.24% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC612 is #8339ED. Grayscale: #9B9B9B. Windows color (decimal): -8600046 or 1230460. OLE color: 1230460.
HSL color Cylindrical-coordinate representation of color #7CC612: hue angle of 84.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CC612 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 18 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.22 |
| HSL | 84.67º | 0.83% | 0.42% | - |
| HSV(B) | 84.67º | 0.91% | 0.78% | - |
| XYZ | 28.62 | 44.72 | 7.7 | - |
| YUV | 155.35 | 50.48 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 18 | 0.37 | 0 | 0.91 | 0.22 | 84.67 | 0.83 | 0.42 |
| Hex | 7C | C6 | 12 | 25 | 0 | 5B | 16 | 55 | 53 | 2A |
| Octal | 174 | 306 | 22 | 45 | 0 | 133 | 26 | 125 | 123 | 52 |
| Binary | 1111100 | 11000110 | 10010 | 100101 | 0 | 1011011 | 10110 | 1010101 | 1010011 | 101010 |
Color Harmonies of #7CC612
Complementary color
Monochromatic Colors of #7CC612
Black with #7CC612
Text Example
Text Example
White with #7CC612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC612; }
p { color: rgb(124,198,18); }
H1.HeaderClassName
{
color: #7CC612;
}
.AnyTagClassName
{
color: #7CC612;
}
</style>
background-color css
<style>
a { background-color: #7CC612; }
a { background-color: rgb(124,198,18); }
div.DivClassName
{
background-color: #7CC612;
}
.BgClassName
{
background-color: #7CC612;
}
</style>
border-color css
<style>
span { border-color: #7CC612; }
span { border-color: rgb(124,198,18); }
td.TdClassName
{
border-color: #7CC612;
}
.TagClassName
{
border-color: #7CC612;
}
</style>