Shades of Lima #73BC24
Tints of Lima #73BC24
RGB
CMYK
RGB Variations
Color information
#73BC24 (or 0x73BC24) is known color: Lima. HEX triplet: 73, BC and 24. RGB value is (115,188,36). Sum of RGB (Red+Green+Blue) = 115+188+36=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BC24 is #8C43DB. Grayscale: #959595. Windows color (decimal): -9192412 or 2407539. OLE color: 2407539.
HSL color Cylindrical-coordinate representation of color #73BC24: hue angle of 88.82º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73BC24 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 36 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.26 |
| HSL | 88.82º | 0.68% | 0.44% | - |
| HSV(B) | 88.82º | 0.81% | 0.74% | - |
| XYZ | 25.37 | 39.74 | 8 | - |
| YUV | 148.85 | 64.32 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 36 | 0.39 | 0 | 0.81 | 0.26 | 88.82 | 0.68 | 0.44 |
| Hex | 73 | BC | 24 | 27 | 0 | 51 | 1A | 59 | 44 | 2C |
| Octal | 163 | 274 | 44 | 47 | 0 | 121 | 32 | 131 | 104 | 54 |
| Binary | 1110011 | 10111100 | 100100 | 100111 | 0 | 1010001 | 11010 | 1011001 | 1000100 | 101100 |
Color Harmonies of #73BC24
Complementary color
Monochromatic Colors of #73BC24
Black with #73BC24
Text Example
Text Example
White with #73BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC24; }
p { color: rgb(115,188,36); }
H1.HeaderClassName
{
color: #73BC24;
}
.AnyTagClassName
{
color: #73BC24;
}
</style>
background-color css
<style>
a { background-color: #73BC24; }
a { background-color: rgb(115,188,36); }
div.DivClassName
{
background-color: #73BC24;
}
.BgClassName
{
background-color: #73BC24;
}
</style>
border-color css
<style>
span { border-color: #73BC24; }
span { border-color: rgb(115,188,36); }
td.TdClassName
{
border-color: #73BC24;
}
.TagClassName
{
border-color: #73BC24;
}
</style>