Shades of Lima #7BCB04
Tints of Lima #7BCB04
RGB
CMYK
RGB Variations
Color information
#7BCB04 (or 0x7BCB04) is known color: Lima. HEX triplet: 7B, CB and 04. RGB value is (123,203,4). Sum of RGB (Red+Green+Blue) = 123+203+4=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 203 (79.69% from 255 or 61.52% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCB04 is #8434FB. Grayscale: #9D9D9D. Windows color (decimal): -8664316 or 314235. OLE color: 314235.
HSL color Cylindrical-coordinate representation of color #7BCB04: hue angle of 84.12º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7BCB04 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 4 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.20 |
| HSL | 84.12º | 0.96% | 0.41% | - |
| HSV(B) | 84.12º | 0.98% | 0.8% | - |
| XYZ | 29.55 | 46.93 | 7.62 | - |
| YUV | 156.39 | 42 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 4 | 0.39 | 0 | 0.98 | 0.20 | 84.12 | 0.96 | 0.41 |
| Hex | 7B | CB | 4 | 27 | 0 | 62 | 14 | 54 | 60 | 29 |
| Octal | 173 | 313 | 4 | 47 | 0 | 142 | 24 | 124 | 140 | 51 |
| Binary | 1111011 | 11001011 | 100 | 100111 | 0 | 1100010 | 10100 | 1010100 | 1100000 | 101001 |
Color Harmonies of #7BCB04
Complementary color
Monochromatic Colors of #7BCB04
Black with #7BCB04
Text Example
Text Example
White with #7BCB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB04; }
p { color: rgb(123,203,4); }
H1.HeaderClassName
{
color: #7BCB04;
}
.AnyTagClassName
{
color: #7BCB04;
}
</style>
background-color css
<style>
a { background-color: #7BCB04; }
a { background-color: rgb(123,203,4); }
div.DivClassName
{
background-color: #7BCB04;
}
.BgClassName
{
background-color: #7BCB04;
}
</style>
border-color css
<style>
span { border-color: #7BCB04; }
span { border-color: rgb(123,203,4); }
td.TdClassName
{
border-color: #7BCB04;
}
.TagClassName
{
border-color: #7BCB04;
}
</style>