Shades of Lima #7BC90A
Tints of Lima #7BC90A
RGB
CMYK
RGB Variations
Color information
#7BC90A (or 0x7BC90A) is known color: Lima. HEX triplet: 7B, C9 and 0A. RGB value is (123,201,10). Sum of RGB (Red+Green+Blue) = 123+201+10=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC90A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC90A is #8436F5. Grayscale: #9C9C9C. Windows color (decimal): -8664822 or 706939. OLE color: 706939.
HSL color Cylindrical-coordinate representation of color #7BC90A: hue angle of 84.5º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7BC90A is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 10 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.21 |
| HSL | 84.5º | 0.91% | 0.41% | - |
| HSV(B) | 84.5º | 0.95% | 0.79% | - |
| XYZ | 29.11 | 46.01 | 7.63 | - |
| YUV | 155.9 | 45.66 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 10 | 0.39 | 0 | 0.95 | 0.21 | 84.5 | 0.91 | 0.41 |
| Hex | 7B | C9 | A | 27 | 0 | 5F | 15 | 55 | 5B | 29 |
| Octal | 173 | 311 | 12 | 47 | 0 | 137 | 25 | 125 | 133 | 51 |
| Binary | 1111011 | 11001001 | 1010 | 100111 | 0 | 1011111 | 10101 | 1010101 | 1011011 | 101001 |
Color Harmonies of #7BC90A
Complementary color
Monochromatic Colors of #7BC90A
Black with #7BC90A
Text Example
Text Example
White with #7BC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC90A; }
p { color: rgb(123,201,10); }
H1.HeaderClassName
{
color: #7BC90A;
}
.AnyTagClassName
{
color: #7BC90A;
}
</style>
background-color css
<style>
a { background-color: #7BC90A; }
a { background-color: rgb(123,201,10); }
div.DivClassName
{
background-color: #7BC90A;
}
.BgClassName
{
background-color: #7BC90A;
}
</style>
border-color css
<style>
span { border-color: #7BC90A; }
span { border-color: rgb(123,201,10); }
td.TdClassName
{
border-color: #7BC90A;
}
.TagClassName
{
border-color: #7BC90A;
}
</style>