Shades of Lima #7CC133
Tints of Lima #7CC133
RGB
CMYK
RGB Variations
Color information
#7CC133 (or 0x7CC133) is known color: Lima. HEX triplet: 7C, C1 and 33. RGB value is (124,193,51). Sum of RGB (Red+Green+Blue) = 124+193+51=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC133 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC133 is #833ECC. Grayscale: #9C9C9C. Windows color (decimal): -8601293 or 3391868. OLE color: 3391868.
HSL color Cylindrical-coordinate representation of color #7CC133: hue angle of 89.15º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CC133 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 51 | - |
| CMYK | 0.36 | 0 | 0.74 | 0.24 |
| HSL | 89.15º | 0.58% | 0.48% | - |
| HSV(B) | 89.15º | 0.74% | 0.76% | - |
| XYZ | 27.98 | 42.66 | 9.89 | - |
| YUV | 156.18 | 68.64 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 51 | 0.36 | 0 | 0.74 | 0.24 | 89.15 | 0.58 | 0.48 |
| Hex | 7C | C1 | 33 | 24 | 0 | 4A | 18 | 59 | 3A | 30 |
| Octal | 174 | 301 | 63 | 44 | 0 | 112 | 30 | 131 | 72 | 60 |
| Binary | 1111100 | 11000001 | 110011 | 100100 | 0 | 1001010 | 11000 | 1011001 | 111010 | 110000 |
Color Harmonies of #7CC133
Complementary color
Monochromatic Colors of #7CC133
Black with #7CC133
Text Example
Text Example
White with #7CC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC133; }
p { color: rgb(124,193,51); }
H1.HeaderClassName
{
color: #7CC133;
}
.AnyTagClassName
{
color: #7CC133;
}
</style>
background-color css
<style>
a { background-color: #7CC133; }
a { background-color: rgb(124,193,51); }
div.DivClassName
{
background-color: #7CC133;
}
.BgClassName
{
background-color: #7CC133;
}
</style>
border-color css
<style>
span { border-color: #7CC133; }
span { border-color: rgb(124,193,51); }
td.TdClassName
{
border-color: #7CC133;
}
.TagClassName
{
border-color: #7CC133;
}
</style>