Shades of Lima #73BF28
Tints of Lima #73BF28
RGB
CMYK
RGB Variations
Color information
#73BF28 (or 0x73BF28) is known color: Lima. HEX triplet: 73, BF and 28. RGB value is (115,191,40). Sum of RGB (Red+Green+Blue) = 115+191+40=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BF28 is #8C40D7. Grayscale: #979797. Windows color (decimal): -9191640 or 2670451. OLE color: 2670451.
HSL color Cylindrical-coordinate representation of color #73BF28: hue angle of 90.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73BF28 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 191 | 40 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.25 |
| HSL | 90.2º | 0.65% | 0.45% | - |
| HSV(B) | 90.2º | 0.79% | 0.75% | - |
| XYZ | 26.08 | 41.06 | 8.56 | - |
| YUV | 151.06 | 65.32 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 40 | 0.40 | 0 | 0.79 | 0.25 | 90.2 | 0.65 | 0.45 |
| Hex | 73 | BF | 28 | 28 | 0 | 4F | 19 | 5A | 41 | 2D |
| Octal | 163 | 277 | 50 | 50 | 0 | 117 | 31 | 132 | 101 | 55 |
| Binary | 1110011 | 10111111 | 101000 | 101000 | 0 | 1001111 | 11001 | 1011010 | 1000001 | 101101 |
Color Harmonies of #73BF28
Complementary color
Monochromatic Colors of #73BF28
Black with #73BF28
Text Example
Text Example
White with #73BF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BF28; }
p { color: rgb(115,191,40); }
H1.HeaderClassName
{
color: #73BF28;
}
.AnyTagClassName
{
color: #73BF28;
}
</style>
background-color css
<style>
a { background-color: #73BF28; }
a { background-color: rgb(115,191,40); }
div.DivClassName
{
background-color: #73BF28;
}
.BgClassName
{
background-color: #73BF28;
}
</style>
border-color css
<style>
span { border-color: #73BF28; }
span { border-color: rgb(115,191,40); }
td.TdClassName
{
border-color: #73BF28;
}
.TagClassName
{
border-color: #73BF28;
}
</style>