Shades of Lima #7CC335
Tints of Lima #7CC335
RGB
CMYK
RGB Variations
Color information
#7CC335 (or 0x7CC335) is known color: Lima. HEX triplet: 7C, C3 and 35. RGB value is (124,195,53). Sum of RGB (Red+Green+Blue) = 124+195+53=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC335 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC335 is #833CCA. Grayscale: #9E9E9E. Windows color (decimal): -8600779 or 3523452. OLE color: 3523452.
HSL color Cylindrical-coordinate representation of color #7CC335: hue angle of 90º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7CC335 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 195 | 53 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.24 |
| HSL | 90º | 0.57% | 0.49% | - |
| HSV(B) | 90º | 0.73% | 0.76% | - |
| XYZ | 28.47 | 43.57 | 10.28 | - |
| YUV | 157.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 195 | 53 | 0.36 | 0 | 0.73 | 0.24 | 90 | 0.57 | 0.49 |
| Hex | 7C | C3 | 35 | 24 | 0 | 49 | 18 | 5A | 39 | 31 |
| Octal | 174 | 303 | 65 | 44 | 0 | 111 | 30 | 132 | 71 | 61 |
| Binary | 1111100 | 11000011 | 110101 | 100100 | 0 | 1001001 | 11000 | 1011010 | 111001 | 110001 |
Color Harmonies of #7CC335
Complementary color
Monochromatic Colors of #7CC335
Black with #7CC335
Text Example
Text Example
White with #7CC335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC335; }
p { color: rgb(124,195,53); }
H1.HeaderClassName
{
color: #7CC335;
}
.AnyTagClassName
{
color: #7CC335;
}
</style>
background-color css
<style>
a { background-color: #7CC335; }
a { background-color: rgb(124,195,53); }
div.DivClassName
{
background-color: #7CC335;
}
.BgClassName
{
background-color: #7CC335;
}
</style>
border-color css
<style>
span { border-color: #7CC335; }
span { border-color: rgb(124,195,53); }
td.TdClassName
{
border-color: #7CC335;
}
.TagClassName
{
border-color: #7CC335;
}
</style>