Shades of Lima #7BCC1D
Tints of Lima #7BCC1D
RGB
CMYK
RGB Variations
Color information
#7BCC1D (or 0x7BCC1D) is known color: Lima. HEX triplet: 7B, CC and 1D. RGB value is (123,204,29). Sum of RGB (Red+Green+Blue) = 123+204+29=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCC1D is #8433E2. Grayscale: #A0A0A0. Windows color (decimal): -8664035 or 1952891. OLE color: 1952891.
HSL color Cylindrical-coordinate representation of color #7BCC1D: hue angle of 87.77º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7BCC1D is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 29 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.2 |
| HSL | 87.77º | 0.75% | 0.46% | - |
| HSV(B) | 87.77º | 0.86% | 0.8% | - |
| XYZ | 29.98 | 47.49 | 8.75 | - |
| YUV | 159.83 | 54.16 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 29 | 0.40 | 0 | 0.86 | 0.2 | 87.77 | 0.75 | 0.46 |
| Hex | 7B | CC | 1D | 28 | 0 | 56 | 14 | 58 | 4B | 2E |
| Octal | 173 | 314 | 35 | 50 | 0 | 126 | 24 | 130 | 113 | 56 |
| Binary | 1111011 | 11001100 | 11101 | 101000 | 0 | 1010110 | 10100 | 1011000 | 1001011 | 101110 |
Color Harmonies of #7BCC1D
Complementary color
Monochromatic Colors of #7BCC1D
Black with #7BCC1D
Text Example
Text Example
White with #7BCC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCC1D; }
p { color: rgb(123,204,29); }
H1.HeaderClassName
{
color: #7BCC1D;
}
.AnyTagClassName
{
color: #7BCC1D;
}
</style>
background-color css
<style>
a { background-color: #7BCC1D; }
a { background-color: rgb(123,204,29); }
div.DivClassName
{
background-color: #7BCC1D;
}
.BgClassName
{
background-color: #7BCC1D;
}
</style>
border-color css
<style>
span { border-color: #7BCC1D; }
span { border-color: rgb(123,204,29); }
td.TdClassName
{
border-color: #7BCC1D;
}
.TagClassName
{
border-color: #7BCC1D;
}
</style>