Shades of Lima #7CC601
Tints of Lima #7CC601
RGB
CMYK
RGB Variations
Color information
#7CC601 (or 0x7CC601) is known color: Lima. HEX triplet: 7C, C6 and 01. RGB value is (124,198,1). Sum of RGB (Red+Green+Blue) = 124+198+1=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 198 (77.73% from 255 or 61.30% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC601 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC601 is #8339FE. Grayscale: #9A9A9A. Windows color (decimal): -8600063 or 116348. OLE color: 116348.
HSL color Cylindrical-coordinate representation of color #7CC601: hue angle of 82.54º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CC601 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.22 |
| HSL | 82.54º | 0.99% | 0.39% | - |
| HSV(B) | 82.54º | 0.99% | 0.78% | - |
| XYZ | 28.51 | 44.68 | 7.15 | - |
| YUV | 153.42 | 41.98 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 1 | 0.37 | 0 | 0.99 | 0.22 | 82.54 | 0.99 | 0.39 |
| Hex | 7C | C6 | 1 | 25 | 0 | 63 | 16 | 53 | 63 | 27 |
| Octal | 174 | 306 | 1 | 45 | 0 | 143 | 26 | 123 | 143 | 47 |
| Binary | 1111100 | 11000110 | 1 | 100101 | 0 | 1100011 | 10110 | 1010011 | 1100011 | 100111 |
Color Harmonies of #7CC601
Complementary color
Monochromatic Colors of #7CC601
Black with #7CC601
Text Example
Text Example
White with #7CC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC601; }
p { color: rgb(124,198,1); }
H1.HeaderClassName
{
color: #7CC601;
}
.AnyTagClassName
{
color: #7CC601;
}
</style>
background-color css
<style>
a { background-color: #7CC601; }
a { background-color: rgb(124,198,1); }
div.DivClassName
{
background-color: #7CC601;
}
.BgClassName
{
background-color: #7CC601;
}
</style>
border-color css
<style>
span { border-color: #7CC601; }
span { border-color: rgb(124,198,1); }
td.TdClassName
{
border-color: #7CC601;
}
.TagClassName
{
border-color: #7CC601;
}
</style>