Shades of Lima #7BC812
Tints of Lima #7BC812
RGB
CMYK
RGB Variations
Color information
#7BC812 (or 0x7BC812) is known color: Lima. HEX triplet: 7B, C8 and 12. RGB value is (123,200,18). Sum of RGB (Red+Green+Blue) = 123+200+18=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 200 (78.52% from 255 or 58.65% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC812 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC812 is #8437ED. Grayscale: #9C9C9C. Windows color (decimal): -8665070 or 1230971. OLE color: 1230971.
HSL color Cylindrical-coordinate representation of color #7BC812: hue angle of 85.38º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7BC812 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 200 | 18 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.22 |
| HSL | 85.38º | 0.83% | 0.43% | - |
| HSV(B) | 85.38º | 0.91% | 0.78% | - |
| XYZ | 28.93 | 45.56 | 7.84 | - |
| YUV | 156.23 | 49.99 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 200 | 18 | 0.38 | 0 | 0.91 | 0.22 | 85.38 | 0.83 | 0.43 |
| Hex | 7B | C8 | 12 | 26 | 0 | 5B | 16 | 55 | 53 | 2B |
| Octal | 173 | 310 | 22 | 46 | 0 | 133 | 26 | 125 | 123 | 53 |
| Binary | 1111011 | 11001000 | 10010 | 100110 | 0 | 1011011 | 10110 | 1010101 | 1010011 | 101011 |
Color Harmonies of #7BC812
Complementary color
Monochromatic Colors of #7BC812
Black with #7BC812
Text Example
Text Example
White with #7BC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC812; }
p { color: rgb(123,200,18); }
H1.HeaderClassName
{
color: #7BC812;
}
.AnyTagClassName
{
color: #7BC812;
}
</style>
background-color css
<style>
a { background-color: #7BC812; }
a { background-color: rgb(123,200,18); }
div.DivClassName
{
background-color: #7BC812;
}
.BgClassName
{
background-color: #7BC812;
}
</style>
border-color css
<style>
span { border-color: #7BC812; }
span { border-color: rgb(123,200,18); }
td.TdClassName
{
border-color: #7BC812;
}
.TagClassName
{
border-color: #7BC812;
}
</style>