Shades of Lima #7CC01D
Tints of Lima #7CC01D
RGB
CMYK
RGB Variations
Color information
#7CC01D (or 0x7CC01D) is known color: Lima. HEX triplet: 7C, C0 and 1D. RGB value is (124,192,29). Sum of RGB (Red+Green+Blue) = 124+192+29=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC01D is #833FE2. Grayscale: #999999. Windows color (decimal): -8601571 or 1949820. OLE color: 1949820.
HSL color Cylindrical-coordinate representation of color #7CC01D: hue angle of 85.03º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7CC01D is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 29 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.25 |
| HSL | 85.03º | 0.74% | 0.43% | - |
| HSV(B) | 85.03º | 0.85% | 0.75% | - |
| XYZ | 27.38 | 42.07 | 7.84 | - |
| YUV | 153.09 | 57.97 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 29 | 0.35 | 0 | 0.85 | 0.25 | 85.03 | 0.74 | 0.43 |
| Hex | 7C | C0 | 1D | 23 | 0 | 55 | 19 | 55 | 4A | 2B |
| Octal | 174 | 300 | 35 | 43 | 0 | 125 | 31 | 125 | 112 | 53 |
| Binary | 1111100 | 11000000 | 11101 | 100011 | 0 | 1010101 | 11001 | 1010101 | 1001010 | 101011 |
Color Harmonies of #7CC01D
Complementary color
Monochromatic Colors of #7CC01D
Black with #7CC01D
Text Example
Text Example
White with #7CC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC01D; }
p { color: rgb(124,192,29); }
H1.HeaderClassName
{
color: #7CC01D;
}
.AnyTagClassName
{
color: #7CC01D;
}
</style>
background-color css
<style>
a { background-color: #7CC01D; }
a { background-color: rgb(124,192,29); }
div.DivClassName
{
background-color: #7CC01D;
}
.BgClassName
{
background-color: #7CC01D;
}
</style>
border-color css
<style>
span { border-color: #7CC01D; }
span { border-color: rgb(124,192,29); }
td.TdClassName
{
border-color: #7CC01D;
}
.TagClassName
{
border-color: #7CC01D;
}
</style>