Shades of Lima #7BCB18
Tints of Lima #7BCB18
RGB
CMYK
RGB Variations
Color information
#7BCB18 (or 0x7BCB18) is known color: Lima. HEX triplet: 7B, CB and 18. RGB value is (123,203,24). Sum of RGB (Red+Green+Blue) = 123+203+24=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 203 (79.69% from 255 or 58% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCB18 is #8434E7. Grayscale: #9F9F9F. Windows color (decimal): -8664296 or 1624955. OLE color: 1624955.
HSL color Cylindrical-coordinate representation of color #7BCB18: hue angle of 86.82º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7BCB18 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 24 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.20 |
| HSL | 86.82º | 0.79% | 0.45% | - |
| HSV(B) | 86.82º | 0.88% | 0.8% | - |
| XYZ | 29.69 | 46.99 | 8.37 | - |
| YUV | 158.67 | 52 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 24 | 0.39 | 0 | 0.88 | 0.20 | 86.82 | 0.79 | 0.45 |
| Hex | 7B | CB | 18 | 27 | 0 | 58 | 14 | 57 | 4F | 2D |
| Octal | 173 | 313 | 30 | 47 | 0 | 130 | 24 | 127 | 117 | 55 |
| Binary | 1111011 | 11001011 | 11000 | 100111 | 0 | 1011000 | 10100 | 1010111 | 1001111 | 101101 |
Color Harmonies of #7BCB18
Complementary color
Monochromatic Colors of #7BCB18
Black with #7BCB18
Text Example
Text Example
White with #7BCB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB18; }
p { color: rgb(123,203,24); }
H1.HeaderClassName
{
color: #7BCB18;
}
.AnyTagClassName
{
color: #7BCB18;
}
</style>
background-color css
<style>
a { background-color: #7BCB18; }
a { background-color: rgb(123,203,24); }
div.DivClassName
{
background-color: #7BCB18;
}
.BgClassName
{
background-color: #7BCB18;
}
</style>
border-color css
<style>
span { border-color: #7BCB18; }
span { border-color: rgb(123,203,24); }
td.TdClassName
{
border-color: #7BCB18;
}
.TagClassName
{
border-color: #7BCB18;
}
</style>