Shades of Lima #7CC633
Tints of Lima #7CC633
RGB
CMYK
RGB Variations
Color information
#7CC633 (or 0x7CC633) is known color: Lima. HEX triplet: 7C, C6 and 33. RGB value is (124,198,51). Sum of RGB (Red+Green+Blue) = 124+198+51=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC633 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC633 is #8339CC. Grayscale: #9F9F9F. Windows color (decimal): -8600013 or 3393148. OLE color: 3393148.
HSL color Cylindrical-coordinate representation of color #7CC633: hue angle of 90.2º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CC633 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 51 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.22 |
| HSL | 90.2º | 0.59% | 0.49% | - |
| HSV(B) | 90.2º | 0.74% | 0.78% | - |
| XYZ | 29.1 | 44.91 | 10.27 | - |
| YUV | 159.12 | 66.98 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 51 | 0.37 | 0 | 0.74 | 0.22 | 90.2 | 0.59 | 0.49 |
| Hex | 7C | C6 | 33 | 25 | 0 | 4A | 16 | 5A | 3B | 31 |
| Octal | 174 | 306 | 63 | 45 | 0 | 112 | 26 | 132 | 73 | 61 |
| Binary | 1111100 | 11000110 | 110011 | 100101 | 0 | 1001010 | 10110 | 1011010 | 111011 | 110001 |
Color Harmonies of #7CC633
Complementary color
Monochromatic Colors of #7CC633
Black with #7CC633
Text Example
Text Example
White with #7CC633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC633; }
p { color: rgb(124,198,51); }
H1.HeaderClassName
{
color: #7CC633;
}
.AnyTagClassName
{
color: #7CC633;
}
</style>
background-color css
<style>
a { background-color: #7CC633; }
a { background-color: rgb(124,198,51); }
div.DivClassName
{
background-color: #7CC633;
}
.BgClassName
{
background-color: #7CC633;
}
</style>
border-color css
<style>
span { border-color: #7CC633; }
span { border-color: rgb(124,198,51); }
td.TdClassName
{
border-color: #7CC633;
}
.TagClassName
{
border-color: #7CC633;
}
</style>