Shades of Lima #7CC433
Tints of Lima #7CC433
RGB
CMYK
RGB Variations
Color information
#7CC433 (or 0x7CC433) is known color: Lima. HEX triplet: 7C, C4 and 33. RGB value is (124,196,51). Sum of RGB (Red+Green+Blue) = 124+196+51=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC433 is #833BCC. Grayscale: #9E9E9E. Windows color (decimal): -8600525 or 3392636. OLE color: 3392636.
HSL color Cylindrical-coordinate representation of color #7CC433: hue angle of 89.79º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CC433 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 196 | 51 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.23 |
| HSL | 89.79º | 0.59% | 0.48% | - |
| HSV(B) | 89.79º | 0.74% | 0.77% | - |
| XYZ | 28.65 | 44 | 10.12 | - |
| YUV | 157.94 | 67.65 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 196 | 51 | 0.37 | 0 | 0.74 | 0.23 | 89.79 | 0.59 | 0.48 |
| Hex | 7C | C4 | 33 | 25 | 0 | 4A | 17 | 5A | 3B | 30 |
| Octal | 174 | 304 | 63 | 45 | 0 | 112 | 27 | 132 | 73 | 60 |
| Binary | 1111100 | 11000100 | 110011 | 100101 | 0 | 1001010 | 10111 | 1011010 | 111011 | 110000 |
Color Harmonies of #7CC433
Complementary color
Monochromatic Colors of #7CC433
Black with #7CC433
Text Example
Text Example
White with #7CC433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC433; }
p { color: rgb(124,196,51); }
H1.HeaderClassName
{
color: #7CC433;
}
.AnyTagClassName
{
color: #7CC433;
}
</style>
background-color css
<style>
a { background-color: #7CC433; }
a { background-color: rgb(124,196,51); }
div.DivClassName
{
background-color: #7CC433;
}
.BgClassName
{
background-color: #7CC433;
}
</style>
border-color css
<style>
span { border-color: #7CC433; }
span { border-color: rgb(124,196,51); }
td.TdClassName
{
border-color: #7CC433;
}
.TagClassName
{
border-color: #7CC433;
}
</style>