Shades of Lima #7CCA1D
Tints of Lima #7CCA1D
RGB
CMYK
RGB Variations
Color information
#7CCA1D (or 0x7CCA1D) is known color: Lima. HEX triplet: 7C, CA and 1D. RGB value is (124,202,29). Sum of RGB (Red+Green+Blue) = 124+202+29=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCA1D is #8335E2. Grayscale: #9F9F9F. Windows color (decimal): -8599011 or 1952380. OLE color: 1952380.
HSL color Cylindrical-coordinate representation of color #7CCA1D: hue angle of 87.05º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7CCA1D is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 29 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.21 |
| HSL | 87.05º | 0.75% | 0.45% | - |
| HSV(B) | 87.05º | 0.86% | 0.79% | - |
| XYZ | 29.65 | 46.61 | 8.6 | - |
| YUV | 158.96 | 54.66 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 29 | 0.39 | 0 | 0.86 | 0.21 | 87.05 | 0.75 | 0.45 |
| Hex | 7C | CA | 1D | 27 | 0 | 56 | 15 | 57 | 4B | 2D |
| Octal | 174 | 312 | 35 | 47 | 0 | 126 | 25 | 127 | 113 | 55 |
| Binary | 1111100 | 11001010 | 11101 | 100111 | 0 | 1010110 | 10101 | 1010111 | 1001011 | 101101 |
Color Harmonies of #7CCA1D
Complementary color
Monochromatic Colors of #7CCA1D
Black with #7CCA1D
Text Example
Text Example
White with #7CCA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCA1D; }
p { color: rgb(124,202,29); }
H1.HeaderClassName
{
color: #7CCA1D;
}
.AnyTagClassName
{
color: #7CCA1D;
}
</style>
background-color css
<style>
a { background-color: #7CCA1D; }
a { background-color: rgb(124,202,29); }
div.DivClassName
{
background-color: #7CCA1D;
}
.BgClassName
{
background-color: #7CCA1D;
}
</style>
border-color css
<style>
span { border-color: #7CCA1D; }
span { border-color: rgb(124,202,29); }
td.TdClassName
{
border-color: #7CCA1D;
}
.TagClassName
{
border-color: #7CCA1D;
}
</style>