Shades of Lima #7CCA1E
Tints of Lima #7CCA1E
RGB
CMYK
RGB Variations
Color information
#7CCA1E (or 0x7CCA1E) is known color: Lima. HEX triplet: 7C, CA and 1E. RGB value is (124,202,30). Sum of RGB (Red+Green+Blue) = 124+202+30=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCA1E is #8335E1. Grayscale: #9F9F9F. Windows color (decimal): -8599010 or 2017916. OLE color: 2017916.
HSL color Cylindrical-coordinate representation of color #7CCA1E: hue angle of 87.21º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7CCA1E is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 30 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.21 |
| HSL | 87.21º | 0.74% | 0.45% | - |
| HSV(B) | 87.21º | 0.85% | 0.79% | - |
| XYZ | 29.67 | 46.62 | 8.66 | - |
| YUV | 159.07 | 55.16 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 30 | 0.39 | 0 | 0.85 | 0.21 | 87.21 | 0.74 | 0.45 |
| Hex | 7C | CA | 1E | 27 | 0 | 55 | 15 | 57 | 4A | 2D |
| Octal | 174 | 312 | 36 | 47 | 0 | 125 | 25 | 127 | 112 | 55 |
| Binary | 1111100 | 11001010 | 11110 | 100111 | 0 | 1010101 | 10101 | 1010111 | 1001010 | 101101 |
Color Harmonies of #7CCA1E
Complementary color
Monochromatic Colors of #7CCA1E
Black with #7CCA1E
Text Example
Text Example
White with #7CCA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCA1E; }
p { color: rgb(124,202,30); }
H1.HeaderClassName
{
color: #7CCA1E;
}
.AnyTagClassName
{
color: #7CCA1E;
}
</style>
background-color css
<style>
a { background-color: #7CCA1E; }
a { background-color: rgb(124,202,30); }
div.DivClassName
{
background-color: #7CCA1E;
}
.BgClassName
{
background-color: #7CCA1E;
}
</style>
border-color css
<style>
span { border-color: #7CCA1E; }
span { border-color: rgb(124,202,30); }
td.TdClassName
{
border-color: #7CCA1E;
}
.TagClassName
{
border-color: #7CCA1E;
}
</style>