Shades of Lima #7BCE20
Tints of Lima #7BCE20
RGB
CMYK
RGB Variations
Color information
#7BCE20 (or 0x7BCE20) is known color: Lima. HEX triplet: 7B, CE and 20. RGB value is (123,206,32). Sum of RGB (Red+Green+Blue) = 123+206+32=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCE20 is #8431DF. Grayscale: #A1A1A1. Windows color (decimal): -8663520 or 2150011. OLE color: 2150011.
HSL color Cylindrical-coordinate representation of color #7BCE20: hue angle of 88.62º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7BCE20 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 206 | 32 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.19 |
| HSL | 88.62º | 0.73% | 0.47% | - |
| HSV(B) | 88.62º | 0.84% | 0.81% | - |
| XYZ | 30.5 | 48.46 | 9.11 | - |
| YUV | 161.35 | 55 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 32 | 0.40 | 0 | 0.84 | 0.19 | 88.62 | 0.73 | 0.47 |
| Hex | 7B | CE | 20 | 28 | 0 | 54 | 13 | 59 | 49 | 2F |
| Octal | 173 | 316 | 40 | 50 | 0 | 124 | 23 | 131 | 111 | 57 |
| Binary | 1111011 | 11001110 | 100000 | 101000 | 0 | 1010100 | 10011 | 1011001 | 1001001 | 101111 |
Color Harmonies of #7BCE20
Complementary color
Monochromatic Colors of #7BCE20
Black with #7BCE20
Text Example
Text Example
White with #7BCE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCE20; }
p { color: rgb(123,206,32); }
H1.HeaderClassName
{
color: #7BCE20;
}
.AnyTagClassName
{
color: #7BCE20;
}
</style>
background-color css
<style>
a { background-color: #7BCE20; }
a { background-color: rgb(123,206,32); }
div.DivClassName
{
background-color: #7BCE20;
}
.BgClassName
{
background-color: #7BCE20;
}
</style>
border-color css
<style>
span { border-color: #7BCE20; }
span { border-color: rgb(123,206,32); }
td.TdClassName
{
border-color: #7BCE20;
}
.TagClassName
{
border-color: #7BCE20;
}
</style>