Shades of Lima #7BCD0C
Tints of Lima #7BCD0C
RGB
CMYK
RGB Variations
Color information
#7BCD0C (or 0x7BCD0C) is known color: Lima. HEX triplet: 7B, CD and 0C. RGB value is (123,205,12). Sum of RGB (Red+Green+Blue) = 123+205+12=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 205 (80.47% from 255 or 60.29% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCD0C is #8432F3. Grayscale: #9F9F9F. Windows color (decimal): -8663796 or 839035. OLE color: 839035.
HSL color Cylindrical-coordinate representation of color #7BCD0C: hue angle of 85.49º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7BCD0C is Cyan = 0.4, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 12 | - |
| CMYK | 0.4 | 0 | 0.94 | 0.20 |
| HSL | 85.49º | 0.89% | 0.43% | - |
| HSV(B) | 85.49º | 0.94% | 0.8% | - |
| XYZ | 30.07 | 47.9 | 8.01 | - |
| YUV | 158.48 | 45.33 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 12 | 0.4 | 0 | 0.94 | 0.20 | 85.49 | 0.89 | 0.43 |
| Hex | 7B | CD | C | 28 | 0 | 5E | 14 | 55 | 59 | 2B |
| Octal | 173 | 315 | 14 | 50 | 0 | 136 | 24 | 125 | 131 | 53 |
| Binary | 1111011 | 11001101 | 1100 | 101000 | 0 | 1011110 | 10100 | 1010101 | 1011001 | 101011 |
Color Harmonies of #7BCD0C
Complementary color
Monochromatic Colors of #7BCD0C
Black with #7BCD0C
Text Example
Text Example
White with #7BCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCD0C; }
p { color: rgb(123,205,12); }
H1.HeaderClassName
{
color: #7BCD0C;
}
.AnyTagClassName
{
color: #7BCD0C;
}
</style>
background-color css
<style>
a { background-color: #7BCD0C; }
a { background-color: rgb(123,205,12); }
div.DivClassName
{
background-color: #7BCD0C;
}
.BgClassName
{
background-color: #7BCD0C;
}
</style>
border-color css
<style>
span { border-color: #7BCD0C; }
span { border-color: rgb(123,205,12); }
td.TdClassName
{
border-color: #7BCD0C;
}
.TagClassName
{
border-color: #7BCD0C;
}
</style>