Shades of Lima #7BC401
Tints of Lima #7BC401
RGB
CMYK
RGB Variations
Color information
#7BC401 (or 0x7BC401) is known color: Lima. HEX triplet: 7B, C4 and 01. RGB value is (123,196,1). Sum of RGB (Red+Green+Blue) = 123+196+1=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 196 (76.95% from 255 or 61.25% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 196 - color contains mainly: green. Hex color #7BC401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC401 is #843BFE. Grayscale: #989898. Windows color (decimal): -8666111 or 115835. OLE color: 115835.
HSL color Cylindrical-coordinate representation of color #7BC401: hue angle of 82.46º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7BC401 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 196 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.23 |
| HSL | 82.46º | 0.99% | 0.39% | - |
| HSV(B) | 82.46º | 0.99% | 0.77% | - |
| XYZ | 27.91 | 43.69 | 6.99 | - |
| YUV | 151.94 | 42.82 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 196 | 1 | 0.37 | 0 | 0.99 | 0.23 | 82.46 | 0.99 | 0.39 |
| Hex | 7B | C4 | 1 | 25 | 0 | 63 | 17 | 52 | 63 | 27 |
| Octal | 173 | 304 | 1 | 45 | 0 | 143 | 27 | 122 | 143 | 47 |
| Binary | 1111011 | 11000100 | 1 | 100101 | 0 | 1100011 | 10111 | 1010010 | 1100011 | 100111 |
Color Harmonies of #7BC401
Complementary color
Monochromatic Colors of #7BC401
Black with #7BC401
Text Example
Text Example
White with #7BC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC401; }
p { color: rgb(123,196,1); }
H1.HeaderClassName
{
color: #7BC401;
}
.AnyTagClassName
{
color: #7BC401;
}
</style>
background-color css
<style>
a { background-color: #7BC401; }
a { background-color: rgb(123,196,1); }
div.DivClassName
{
background-color: #7BC401;
}
.BgClassName
{
background-color: #7BC401;
}
</style>
border-color css
<style>
span { border-color: #7BC401; }
span { border-color: rgb(123,196,1); }
td.TdClassName
{
border-color: #7BC401;
}
.TagClassName
{
border-color: #7BC401;
}
</style>