Shades of Lima #73BC26
Tints of Lima #73BC26
RGB
CMYK
RGB Variations
Color information
#73BC26 (or 0x73BC26) is known color: Lima. HEX triplet: 73, BC and 26. RGB value is (115,188,38). Sum of RGB (Red+Green+Blue) = 115+188+38=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BC26 is #8C43D9. Grayscale: #959595. Windows color (decimal): -9192410 or 2538611. OLE color: 2538611.
HSL color Cylindrical-coordinate representation of color #73BC26: hue angle of 89.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73BC26 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 38 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.26 |
| HSL | 89.2º | 0.66% | 0.44% | - |
| HSV(B) | 89.2º | 0.8% | 0.74% | - |
| XYZ | 25.4 | 39.75 | 8.17 | - |
| YUV | 149.07 | 65.32 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 38 | 0.39 | 0 | 0.80 | 0.26 | 89.2 | 0.66 | 0.44 |
| Hex | 73 | BC | 26 | 27 | 0 | 50 | 1A | 59 | 42 | 2C |
| Octal | 163 | 274 | 46 | 47 | 0 | 120 | 32 | 131 | 102 | 54 |
| Binary | 1110011 | 10111100 | 100110 | 100111 | 0 | 1010000 | 11010 | 1011001 | 1000010 | 101100 |
Color Harmonies of #73BC26
Complementary color
Monochromatic Colors of #73BC26
Black with #73BC26
Text Example
Text Example
White with #73BC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC26; }
p { color: rgb(115,188,38); }
H1.HeaderClassName
{
color: #73BC26;
}
.AnyTagClassName
{
color: #73BC26;
}
</style>
background-color css
<style>
a { background-color: #73BC26; }
a { background-color: rgb(115,188,38); }
div.DivClassName
{
background-color: #73BC26;
}
.BgClassName
{
background-color: #73BC26;
}
</style>
border-color css
<style>
span { border-color: #73BC26; }
span { border-color: rgb(115,188,38); }
td.TdClassName
{
border-color: #73BC26;
}
.TagClassName
{
border-color: #73BC26;
}
</style>