Shades of Lima #7CC314
Tints of Lima #7CC314
RGB
CMYK
RGB Variations
Color information
#7CC314 (or 0x7CC314) is known color: Lima. HEX triplet: 7C, C3 and 14. RGB value is (124,195,20). Sum of RGB (Red+Green+Blue) = 124+195+20=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC314 is #833CEB. Grayscale: #9A9A9A. Windows color (decimal): -8600812 or 1360764. OLE color: 1360764.
HSL color Cylindrical-coordinate representation of color #7CC314: hue angle of 84.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CC314 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 195 | 20 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.24 |
| HSL | 84.34º | 0.81% | 0.42% | - |
| HSV(B) | 84.34º | 0.9% | 0.76% | - |
| XYZ | 27.95 | 43.37 | 7.56 | - |
| YUV | 153.82 | 52.48 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 195 | 20 | 0.36 | 0 | 0.90 | 0.24 | 84.34 | 0.81 | 0.42 |
| Hex | 7C | C3 | 14 | 24 | 0 | 5A | 18 | 54 | 51 | 2A |
| Octal | 174 | 303 | 24 | 44 | 0 | 132 | 30 | 124 | 121 | 52 |
| Binary | 1111100 | 11000011 | 10100 | 100100 | 0 | 1011010 | 11000 | 1010100 | 1010001 | 101010 |
Color Harmonies of #7CC314
Complementary color
Monochromatic Colors of #7CC314
Black with #7CC314
Text Example
Text Example
White with #7CC314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC314; }
p { color: rgb(124,195,20); }
H1.HeaderClassName
{
color: #7CC314;
}
.AnyTagClassName
{
color: #7CC314;
}
</style>
background-color css
<style>
a { background-color: #7CC314; }
a { background-color: rgb(124,195,20); }
div.DivClassName
{
background-color: #7CC314;
}
.BgClassName
{
background-color: #7CC314;
}
</style>
border-color css
<style>
span { border-color: #7CC314; }
span { border-color: rgb(124,195,20); }
td.TdClassName
{
border-color: #7CC314;
}
.TagClassName
{
border-color: #7CC314;
}
</style>