Shades of Lima #7CCA2A
Tints of Lima #7CCA2A
RGB
CMYK
RGB Variations
Color information
#7CCA2A (or 0x7CCA2A) is known color: Lima. HEX triplet: 7C, CA and 2A. RGB value is (124,202,42). Sum of RGB (Red+Green+Blue) = 124+202+42=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCA2A is #8335D5. Grayscale: #A1A1A1. Windows color (decimal): -8598998 or 2804348. OLE color: 2804348.
HSL color Cylindrical-coordinate representation of color #7CCA2A: hue angle of 89.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7CCA2A is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 42 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.21 |
| HSL | 89.25º | 0.66% | 0.48% | - |
| HSV(B) | 89.25º | 0.79% | 0.79% | - |
| XYZ | 29.85 | 46.69 | 9.63 | - |
| YUV | 160.44 | 61.16 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 42 | 0.39 | 0 | 0.79 | 0.21 | 89.25 | 0.66 | 0.48 |
| Hex | 7C | CA | 2A | 27 | 0 | 4F | 15 | 59 | 42 | 30 |
| Octal | 174 | 312 | 52 | 47 | 0 | 117 | 25 | 131 | 102 | 60 |
| Binary | 1111100 | 11001010 | 101010 | 100111 | 0 | 1001111 | 10101 | 1011001 | 1000010 | 110000 |
Color Harmonies of #7CCA2A
Complementary color
Monochromatic Colors of #7CCA2A
Black with #7CCA2A
Text Example
Text Example
White with #7CCA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCA2A; }
p { color: rgb(124,202,42); }
H1.HeaderClassName
{
color: #7CCA2A;
}
.AnyTagClassName
{
color: #7CCA2A;
}
</style>
background-color css
<style>
a { background-color: #7CCA2A; }
a { background-color: rgb(124,202,42); }
div.DivClassName
{
background-color: #7CCA2A;
}
.BgClassName
{
background-color: #7CCA2A;
}
</style>
border-color css
<style>
span { border-color: #7CCA2A; }
span { border-color: rgb(124,202,42); }
td.TdClassName
{
border-color: #7CCA2A;
}
.TagClassName
{
border-color: #7CCA2A;
}
</style>