Shades of Lima #7BC004
Tints of Lima #7BC004
RGB
CMYK
RGB Variations
Color information
#7BC004 (or 0x7BC004) is known color: Lima. HEX triplet: 7B, C0 and 04. RGB value is (123,192,4). Sum of RGB (Red+Green+Blue) = 123+192+4=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC004 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC004 is #843FFB. Grayscale: #969696. Windows color (decimal): -8667132 or 311419. OLE color: 311419.
HSL color Cylindrical-coordinate representation of color #7BC004: hue angle of 82.02º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7BC004 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 192 | 4 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.25 |
| HSL | 82.02º | 0.96% | 0.38% | - |
| HSV(B) | 82.02º | 0.98% | 0.75% | - |
| XYZ | 27.04 | 41.92 | 6.78 | - |
| YUV | 149.94 | 45.64 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 192 | 4 | 0.36 | 0 | 0.98 | 0.25 | 82.02 | 0.96 | 0.38 |
| Hex | 7B | C0 | 4 | 24 | 0 | 62 | 19 | 52 | 60 | 26 |
| Octal | 173 | 300 | 4 | 44 | 0 | 142 | 31 | 122 | 140 | 46 |
| Binary | 1111011 | 11000000 | 100 | 100100 | 0 | 1100010 | 11001 | 1010010 | 1100000 | 100110 |
Color Harmonies of #7BC004
Complementary color
Monochromatic Colors of #7BC004
Black with #7BC004
Text Example
Text Example
White with #7BC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC004; }
p { color: rgb(123,192,4); }
H1.HeaderClassName
{
color: #7BC004;
}
.AnyTagClassName
{
color: #7BC004;
}
</style>
background-color css
<style>
a { background-color: #7BC004; }
a { background-color: rgb(123,192,4); }
div.DivClassName
{
background-color: #7BC004;
}
.BgClassName
{
background-color: #7BC004;
}
</style>
border-color css
<style>
span { border-color: #7BC004; }
span { border-color: rgb(123,192,4); }
td.TdClassName
{
border-color: #7BC004;
}
.TagClassName
{
border-color: #7BC004;
}
</style>