Shades of Lima #7BCA0D
Tints of Lima #7BCA0D
RGB
CMYK
RGB Variations
Color information
#7BCA0D (or 0x7BCA0D) is known color: Lima. HEX triplet: 7B, CA and 0D. RGB value is (123,202,13). Sum of RGB (Red+Green+Blue) = 123+202+13=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCA0D is #8435F2. Grayscale: #9D9D9D. Windows color (decimal): -8664563 or 903803. OLE color: 903803.
HSL color Cylindrical-coordinate representation of color #7BCA0D: hue angle of 85.08º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7BCA0D is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 13 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.21 |
| HSL | 85.08º | 0.88% | 0.42% | - |
| HSV(B) | 85.08º | 0.94% | 0.79% | - |
| XYZ | 29.36 | 46.48 | 7.8 | - |
| YUV | 156.83 | 46.83 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 13 | 0.39 | 0 | 0.94 | 0.21 | 85.08 | 0.88 | 0.42 |
| Hex | 7B | CA | D | 27 | 0 | 5E | 15 | 55 | 58 | 2A |
| Octal | 173 | 312 | 15 | 47 | 0 | 136 | 25 | 125 | 130 | 52 |
| Binary | 1111011 | 11001010 | 1101 | 100111 | 0 | 1011110 | 10101 | 1010101 | 1011000 | 101010 |
Color Harmonies of #7BCA0D
Complementary color
Monochromatic Colors of #7BCA0D
Black with #7BCA0D
Text Example
Text Example
White with #7BCA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCA0D; }
p { color: rgb(123,202,13); }
H1.HeaderClassName
{
color: #7BCA0D;
}
.AnyTagClassName
{
color: #7BCA0D;
}
</style>
background-color css
<style>
a { background-color: #7BCA0D; }
a { background-color: rgb(123,202,13); }
div.DivClassName
{
background-color: #7BCA0D;
}
.BgClassName
{
background-color: #7BCA0D;
}
</style>
border-color css
<style>
span { border-color: #7BCA0D; }
span { border-color: rgb(123,202,13); }
td.TdClassName
{
border-color: #7BCA0D;
}
.TagClassName
{
border-color: #7BCA0D;
}
</style>