Shades of Lima #7BCE02
Tints of Lima #7BCE02
RGB
CMYK
RGB Variations
Color information
#7BCE02 (or 0x7BCE02) is known color: Lima. HEX triplet: 7B, CE and 02. RGB value is (123,206,2). Sum of RGB (Red+Green+Blue) = 123+206+2=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 206 (80.86% from 255 or 62.24% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCE02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCE02 is #8431FD. Grayscale: #9E9E9E. Windows color (decimal): -8663550 or 183931. OLE color: 183931.
HSL color Cylindrical-coordinate representation of color #7BCE02: hue angle of 84.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7BCE02 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 206 | 2 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.19 |
| HSL | 84.41º | 0.98% | 0.41% | - |
| HSV(B) | 84.41º | 0.99% | 0.81% | - |
| XYZ | 30.25 | 48.36 | 7.8 | - |
| YUV | 157.93 | 40 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 2 | 0.40 | 0 | 0.99 | 0.19 | 84.41 | 0.98 | 0.41 |
| Hex | 7B | CE | 2 | 28 | 0 | 63 | 13 | 54 | 62 | 29 |
| Octal | 173 | 316 | 2 | 50 | 0 | 143 | 23 | 124 | 142 | 51 |
| Binary | 1111011 | 11001110 | 10 | 101000 | 0 | 1100011 | 10011 | 1010100 | 1100010 | 101001 |
Color Harmonies of #7BCE02
Complementary color
Monochromatic Colors of #7BCE02
Black with #7BCE02
Text Example
Text Example
White with #7BCE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCE02; }
p { color: rgb(123,206,2); }
H1.HeaderClassName
{
color: #7BCE02;
}
.AnyTagClassName
{
color: #7BCE02;
}
</style>
background-color css
<style>
a { background-color: #7BCE02; }
a { background-color: rgb(123,206,2); }
div.DivClassName
{
background-color: #7BCE02;
}
.BgClassName
{
background-color: #7BCE02;
}
</style>
border-color css
<style>
span { border-color: #7BCE02; }
span { border-color: rgb(123,206,2); }
td.TdClassName
{
border-color: #7BCE02;
}
.TagClassName
{
border-color: #7BCE02;
}
</style>