Shades of Lima #73CB1B
Tints of Lima #73CB1B
RGB
CMYK
RGB Variations
Color information
#73CB1B (or 0x73CB1B) is known color: Lima. HEX triplet: 73, CB and 1B. RGB value is (115,203,27). Sum of RGB (Red+Green+Blue) = 115+203+27=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 203 (79.69% from 255 or 58.84% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CB1B is #8C34E4. Grayscale: #9D9D9D. Windows color (decimal): -9188581 or 1821555. OLE color: 1821555.
HSL color Cylindrical-coordinate representation of color #73CB1B: hue angle of 90º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73CB1B is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 27 | - |
| CMYK | 0.43 | 0 | 0.87 | 0.20 |
| HSL | 90º | 0.77% | 0.45% | - |
| HSV(B) | 90º | 0.87% | 0.8% | - |
| XYZ | 28.62 | 46.44 | 8.49 | - |
| YUV | 156.62 | 54.85 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 27 | 0.43 | 0 | 0.87 | 0.20 | 90 | 0.77 | 0.45 |
| Hex | 73 | CB | 1B | 2B | 0 | 57 | 14 | 5A | 4D | 2D |
| Octal | 163 | 313 | 33 | 53 | 0 | 127 | 24 | 132 | 115 | 55 |
| Binary | 1110011 | 11001011 | 11011 | 101011 | 0 | 1010111 | 10100 | 1011010 | 1001101 | 101101 |
Color Harmonies of #73CB1B
Complementary color
Monochromatic Colors of #73CB1B
Black with #73CB1B
Text Example
Text Example
White with #73CB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CB1B; }
p { color: rgb(115,203,27); }
H1.HeaderClassName
{
color: #73CB1B;
}
.AnyTagClassName
{
color: #73CB1B;
}
</style>
background-color css
<style>
a { background-color: #73CB1B; }
a { background-color: rgb(115,203,27); }
div.DivClassName
{
background-color: #73CB1B;
}
.BgClassName
{
background-color: #73CB1B;
}
</style>
border-color css
<style>
span { border-color: #73CB1B; }
span { border-color: rgb(115,203,27); }
td.TdClassName
{
border-color: #73CB1B;
}
.TagClassName
{
border-color: #73CB1B;
}
</style>