Shades of Lima #7CC627
Tints of Lima #7CC627
RGB
CMYK
RGB Variations
Color information
#7CC627 (or 0x7CC627) is known color: Lima. HEX triplet: 7C, C6 and 27. RGB value is (124,198,39). Sum of RGB (Red+Green+Blue) = 124+198+39=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC627 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC627 is #8339D8. Grayscale: #9E9E9E. Windows color (decimal): -8600025 or 2606716. OLE color: 2606716.
HSL color Cylindrical-coordinate representation of color #7CC627: hue angle of 87.92º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7CC627 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 39 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.22 |
| HSL | 87.92º | 0.67% | 0.46% | - |
| HSV(B) | 87.92º | 0.8% | 0.78% | - |
| XYZ | 28.87 | 44.82 | 9.05 | - |
| YUV | 157.75 | 60.98 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 39 | 0.37 | 0 | 0.80 | 0.22 | 87.92 | 0.67 | 0.46 |
| Hex | 7C | C6 | 27 | 25 | 0 | 50 | 16 | 58 | 43 | 2E |
| Octal | 174 | 306 | 47 | 45 | 0 | 120 | 26 | 130 | 103 | 56 |
| Binary | 1111100 | 11000110 | 100111 | 100101 | 0 | 1010000 | 10110 | 1011000 | 1000011 | 101110 |
Color Harmonies of #7CC627
Complementary color
Monochromatic Colors of #7CC627
Black with #7CC627
Text Example
Text Example
White with #7CC627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC627; }
p { color: rgb(124,198,39); }
H1.HeaderClassName
{
color: #7CC627;
}
.AnyTagClassName
{
color: #7CC627;
}
</style>
background-color css
<style>
a { background-color: #7CC627; }
a { background-color: rgb(124,198,39); }
div.DivClassName
{
background-color: #7CC627;
}
.BgClassName
{
background-color: #7CC627;
}
</style>
border-color css
<style>
span { border-color: #7CC627; }
span { border-color: rgb(124,198,39); }
td.TdClassName
{
border-color: #7CC627;
}
.TagClassName
{
border-color: #7CC627;
}
</style>