Shades of Lima #7CC123
Tints of Lima #7CC123
RGB
CMYK
RGB Variations
Color information
#7CC123 (or 0x7CC123) is known color: Lima. HEX triplet: 7C, C1 and 23. RGB value is (124,193,35). Sum of RGB (Red+Green+Blue) = 124+193+35=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC123 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC123 is #833EDC. Grayscale: #9A9A9A. Windows color (decimal): -8601309 or 2343292. OLE color: 2343292.
HSL color Cylindrical-coordinate representation of color #7CC123: hue angle of 86.2º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7CC123 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 35 | - |
| CMYK | 0.36 | 0 | 0.82 | 0.24 |
| HSL | 86.2º | 0.69% | 0.45% | - |
| HSV(B) | 86.2º | 0.82% | 0.76% | - |
| XYZ | 27.69 | 42.55 | 8.34 | - |
| YUV | 154.36 | 60.64 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 35 | 0.36 | 0 | 0.82 | 0.24 | 86.2 | 0.69 | 0.45 |
| Hex | 7C | C1 | 23 | 24 | 0 | 52 | 18 | 56 | 45 | 2D |
| Octal | 174 | 301 | 43 | 44 | 0 | 122 | 30 | 126 | 105 | 55 |
| Binary | 1111100 | 11000001 | 100011 | 100100 | 0 | 1010010 | 11000 | 1010110 | 1000101 | 101101 |
Color Harmonies of #7CC123
Complementary color
Monochromatic Colors of #7CC123
Black with #7CC123
Text Example
Text Example
White with #7CC123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC123; }
p { color: rgb(124,193,35); }
H1.HeaderClassName
{
color: #7CC123;
}
.AnyTagClassName
{
color: #7CC123;
}
</style>
background-color css
<style>
a { background-color: #7CC123; }
a { background-color: rgb(124,193,35); }
div.DivClassName
{
background-color: #7CC123;
}
.BgClassName
{
background-color: #7CC123;
}
</style>
border-color css
<style>
span { border-color: #7CC123; }
span { border-color: rgb(124,193,35); }
td.TdClassName
{
border-color: #7CC123;
}
.TagClassName
{
border-color: #7CC123;
}
</style>