Shades of Lima #7BC404
Tints of Lima #7BC404
RGB
CMYK
RGB Variations
Color information
#7BC404 (or 0x7BC404) is known color: Lima. HEX triplet: 7B, C4 and 04. RGB value is (123,196,4). Sum of RGB (Red+Green+Blue) = 123+196+4=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 196 (76.95% from 255 or 60.68% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 196 - color contains mainly: green. Hex color #7BC404 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC404 is #843BFB. Grayscale: #989898. Windows color (decimal): -8666108 or 312443. OLE color: 312443.
HSL color Cylindrical-coordinate representation of color #7BC404: hue angle of 82.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7BC404 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 196 | 4 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.23 |
| HSL | 82.81º | 0.96% | 0.39% | - |
| HSV(B) | 82.81º | 0.98% | 0.77% | - |
| XYZ | 27.93 | 43.7 | 7.08 | - |
| YUV | 152.29 | 44.32 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 196 | 4 | 0.37 | 0 | 0.98 | 0.23 | 82.81 | 0.96 | 0.39 |
| Hex | 7B | C4 | 4 | 25 | 0 | 62 | 17 | 53 | 60 | 27 |
| Octal | 173 | 304 | 4 | 45 | 0 | 142 | 27 | 123 | 140 | 47 |
| Binary | 1111011 | 11000100 | 100 | 100101 | 0 | 1100010 | 10111 | 1010011 | 1100000 | 100111 |
Color Harmonies of #7BC404
Complementary color
Monochromatic Colors of #7BC404
Black with #7BC404
Text Example
Text Example
White with #7BC404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC404; }
p { color: rgb(123,196,4); }
H1.HeaderClassName
{
color: #7BC404;
}
.AnyTagClassName
{
color: #7BC404;
}
</style>
background-color css
<style>
a { background-color: #7BC404; }
a { background-color: rgb(123,196,4); }
div.DivClassName
{
background-color: #7BC404;
}
.BgClassName
{
background-color: #7BC404;
}
</style>
border-color css
<style>
span { border-color: #7BC404; }
span { border-color: rgb(123,196,4); }
td.TdClassName
{
border-color: #7BC404;
}
.TagClassName
{
border-color: #7BC404;
}
</style>