Shades of Lima #73CB23
Tints of Lima #73CB23
RGB
CMYK
RGB Variations
Color information
#73CB23 (or 0x73CB23) is known color: Lima. HEX triplet: 73, CB and 23. RGB value is (115,203,35). Sum of RGB (Red+Green+Blue) = 115+203+35=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 203 (79.69% from 255 or 57.51% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CB23 is #8C34DC. Grayscale: #9E9E9E. Windows color (decimal): -9188573 or 2345843. OLE color: 2345843.
HSL color Cylindrical-coordinate representation of color #73CB23: hue angle of 91.43º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73CB23 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 35 | - |
| CMYK | 0.43 | 0 | 0.83 | 0.20 |
| HSL | 91.43º | 0.71% | 0.47% | - |
| HSV(B) | 91.43º | 0.83% | 0.8% | - |
| XYZ | 28.73 | 46.48 | 9.05 | - |
| YUV | 157.54 | 58.85 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 35 | 0.43 | 0 | 0.83 | 0.20 | 91.43 | 0.71 | 0.47 |
| Hex | 73 | CB | 23 | 2B | 0 | 53 | 14 | 5B | 47 | 2F |
| Octal | 163 | 313 | 43 | 53 | 0 | 123 | 24 | 133 | 107 | 57 |
| Binary | 1110011 | 11001011 | 100011 | 101011 | 0 | 1010011 | 10100 | 1011011 | 1000111 | 101111 |
Color Harmonies of #73CB23
Complementary color
Monochromatic Colors of #73CB23
Black with #73CB23
Text Example
Text Example
White with #73CB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CB23; }
p { color: rgb(115,203,35); }
H1.HeaderClassName
{
color: #73CB23;
}
.AnyTagClassName
{
color: #73CB23;
}
</style>
background-color css
<style>
a { background-color: #73CB23; }
a { background-color: rgb(115,203,35); }
div.DivClassName
{
background-color: #73CB23;
}
.BgClassName
{
background-color: #73CB23;
}
</style>
border-color css
<style>
span { border-color: #73CB23; }
span { border-color: rgb(115,203,35); }
td.TdClassName
{
border-color: #73CB23;
}
.TagClassName
{
border-color: #73CB23;
}
</style>