Shades of Lima #7BCA00
Tints of Lima #7BCA00
RGB
CMYK
RGB Variations
Color information
#7BCA00 (or 0x7BCA00) is known color: Lima. HEX triplet: 7B, CA and 00. RGB value is (123,202,0). Sum of RGB (Red+Green+Blue) = 123+202+0=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 202 (79.30% from 255 or 62.15% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCA00 is #8435FF. Grayscale: #9C9C9C. Windows color (decimal): -8664576 or 51835. OLE color: 51835.
HSL color Cylindrical-coordinate representation of color #7BCA00: hue angle of 83.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7BCA00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.21 |
| HSL | 83.47º | 1% | 0.4% | - |
| HSV(B) | 83.47º | 1% | 0.79% | - |
| XYZ | 29.29 | 46.45 | 7.42 | - |
| YUV | 155.35 | 40.33 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 0 | 0.39 | 0 | 1 | 0.21 | 83.47 | 1 | 0.4 |
| Hex | 7B | CA | 0 | 27 | 0 | 64 | 15 | 53 | 64 | 28 |
| Octal | 173 | 312 | 0 | 47 | 0 | 144 | 25 | 123 | 144 | 50 |
| Binary | 1111011 | 11001010 | 0 | 100111 | 0 | 1100100 | 10101 | 1010011 | 1100100 | 101000 |
Color Harmonies of #7BCA00
Complementary color
Monochromatic Colors of #7BCA00
Black with #7BCA00
Text Example
Text Example
White with #7BCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCA00; }
p { color: rgb(123,202,0); }
H1.HeaderClassName
{
color: #7BCA00;
}
.AnyTagClassName
{
color: #7BCA00;
}
</style>
background-color css
<style>
a { background-color: #7BCA00; }
a { background-color: rgb(123,202,0); }
div.DivClassName
{
background-color: #7BCA00;
}
.BgClassName
{
background-color: #7BCA00;
}
</style>
border-color css
<style>
span { border-color: #7BCA00; }
span { border-color: rgb(123,202,0); }
td.TdClassName
{
border-color: #7BCA00;
}
.TagClassName
{
border-color: #7BCA00;
}
</style>