Shades of Lima #7BC301
Tints of Lima #7BC301
RGB
CMYK
RGB Variations
Color information
#7BC301 (or 0x7BC301) is known color: Lima. HEX triplet: 7B, C3 and 01. RGB value is (123,195,1). Sum of RGB (Red+Green+Blue) = 123+195+1=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC301 is #843CFE. Grayscale: #989898. Windows color (decimal): -8666367 or 115579. OLE color: 115579.
HSL color Cylindrical-coordinate representation of color #7BC301: hue angle of 82.27º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7BC301 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.24 |
| HSL | 82.27º | 0.99% | 0.38% | - |
| HSV(B) | 82.27º | 0.99% | 0.76% | - |
| XYZ | 27.69 | 43.24 | 6.92 | - |
| YUV | 151.36 | 43.15 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 1 | 0.37 | 0 | 0.99 | 0.24 | 82.27 | 0.99 | 0.38 |
| Hex | 7B | C3 | 1 | 25 | 0 | 63 | 18 | 52 | 63 | 26 |
| Octal | 173 | 303 | 1 | 45 | 0 | 143 | 30 | 122 | 143 | 46 |
| Binary | 1111011 | 11000011 | 1 | 100101 | 0 | 1100011 | 11000 | 1010010 | 1100011 | 100110 |
Color Harmonies of #7BC301
Complementary color
Monochromatic Colors of #7BC301
Black with #7BC301
Text Example
Text Example
White with #7BC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC301; }
p { color: rgb(123,195,1); }
H1.HeaderClassName
{
color: #7BC301;
}
.AnyTagClassName
{
color: #7BC301;
}
</style>
background-color css
<style>
a { background-color: #7BC301; }
a { background-color: rgb(123,195,1); }
div.DivClassName
{
background-color: #7BC301;
}
.BgClassName
{
background-color: #7BC301;
}
</style>
border-color css
<style>
span { border-color: #7BC301; }
span { border-color: rgb(123,195,1); }
td.TdClassName
{
border-color: #7BC301;
}
.TagClassName
{
border-color: #7BC301;
}
</style>