Shades of Lima #7CC130
Tints of Lima #7CC130
RGB
CMYK
RGB Variations
Color information
#7CC130 (or 0x7CC130) is known color: Lima. HEX triplet: 7C, C1 and 30. RGB value is (124,193,48). Sum of RGB (Red+Green+Blue) = 124+193+48=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC130 is #833ECF. Grayscale: #9C9C9C. Windows color (decimal): -8601296 or 3195260. OLE color: 3195260.
HSL color Cylindrical-coordinate representation of color #7CC130: hue angle of 88.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CC130 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 48 | - |
| CMYK | 0.36 | 0 | 0.75 | 0.24 |
| HSL | 88.55º | 0.6% | 0.47% | - |
| HSV(B) | 88.55º | 0.75% | 0.76% | - |
| XYZ | 27.92 | 42.64 | 9.56 | - |
| YUV | 155.84 | 67.14 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 48 | 0.36 | 0 | 0.75 | 0.24 | 88.55 | 0.6 | 0.47 |
| Hex | 7C | C1 | 30 | 24 | 0 | 4B | 18 | 59 | 3C | 2F |
| Octal | 174 | 301 | 60 | 44 | 0 | 113 | 30 | 131 | 74 | 57 |
| Binary | 1111100 | 11000001 | 110000 | 100100 | 0 | 1001011 | 11000 | 1011001 | 111100 | 101111 |
Color Harmonies of #7CC130
Complementary color
Monochromatic Colors of #7CC130
Black with #7CC130
Text Example
Text Example
White with #7CC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC130; }
p { color: rgb(124,193,48); }
H1.HeaderClassName
{
color: #7CC130;
}
.AnyTagClassName
{
color: #7CC130;
}
</style>
background-color css
<style>
a { background-color: #7CC130; }
a { background-color: rgb(124,193,48); }
div.DivClassName
{
background-color: #7CC130;
}
.BgClassName
{
background-color: #7CC130;
}
</style>
border-color css
<style>
span { border-color: #7CC130; }
span { border-color: rgb(124,193,48); }
td.TdClassName
{
border-color: #7CC130;
}
.TagClassName
{
border-color: #7CC130;
}
</style>