Shades of Lima #7CC533
Tints of Lima #7CC533
RGB
CMYK
RGB Variations
Color information
#7CC533 (or 0x7CC533) is known color: Lima. HEX triplet: 7C, C5 and 33. RGB value is (124,197,51). Sum of RGB (Red+Green+Blue) = 124+197+51=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC533 is #833ACC. Grayscale: #9F9F9F. Windows color (decimal): -8600269 or 3392892. OLE color: 3392892.
HSL color Cylindrical-coordinate representation of color #7CC533: hue angle of 90º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CC533 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 51 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.23 |
| HSL | 90º | 0.59% | 0.49% | - |
| HSV(B) | 90º | 0.74% | 0.77% | - |
| XYZ | 28.88 | 44.46 | 10.19 | - |
| YUV | 158.53 | 67.32 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 51 | 0.37 | 0 | 0.74 | 0.23 | 90 | 0.59 | 0.49 |
| Hex | 7C | C5 | 33 | 25 | 0 | 4A | 17 | 5A | 3B | 31 |
| Octal | 174 | 305 | 63 | 45 | 0 | 112 | 27 | 132 | 73 | 61 |
| Binary | 1111100 | 11000101 | 110011 | 100101 | 0 | 1001010 | 10111 | 1011010 | 111011 | 110001 |
Color Harmonies of #7CC533
Complementary color
Monochromatic Colors of #7CC533
Black with #7CC533
Text Example
Text Example
White with #7CC533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC533; }
p { color: rgb(124,197,51); }
H1.HeaderClassName
{
color: #7CC533;
}
.AnyTagClassName
{
color: #7CC533;
}
</style>
background-color css
<style>
a { background-color: #7CC533; }
a { background-color: rgb(124,197,51); }
div.DivClassName
{
background-color: #7CC533;
}
.BgClassName
{
background-color: #7CC533;
}
</style>
border-color css
<style>
span { border-color: #7CC533; }
span { border-color: rgb(124,197,51); }
td.TdClassName
{
border-color: #7CC533;
}
.TagClassName
{
border-color: #7CC533;
}
</style>