Shades of Lima #72BA2F
Tints of Lima #72BA2F
RGB
CMYK
RGB Variations
Color information
#72BA2F (or 0x72BA2F) is known color: Lima. HEX triplet: 72, BA and 2F. RGB value is (114,186,47). Sum of RGB (Red+Green+Blue) = 114+186+47=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BA2F is #8D45D0. Grayscale: #959595. Windows color (decimal): -9258449 or 3127922. OLE color: 3127922.
HSL color Cylindrical-coordinate representation of color #72BA2F: hue angle of 91.08º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72BA2F is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 47 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.27 |
| HSL | 91.08º | 0.6% | 0.46% | - |
| HSV(B) | 91.08º | 0.75% | 0.73% | - |
| XYZ | 25.01 | 38.9 | 8.88 | - |
| YUV | 148.63 | 70.65 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 47 | 0.39 | 0 | 0.75 | 0.27 | 91.08 | 0.6 | 0.46 |
| Hex | 72 | BA | 2F | 27 | 0 | 4B | 1B | 5B | 3C | 2E |
| Octal | 162 | 272 | 57 | 47 | 0 | 113 | 33 | 133 | 74 | 56 |
| Binary | 1110010 | 10111010 | 101111 | 100111 | 0 | 1001011 | 11011 | 1011011 | 111100 | 101110 |
Color Harmonies of #72BA2F
Complementary color
Monochromatic Colors of #72BA2F
Black with #72BA2F
Text Example
Text Example
White with #72BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA2F; }
p { color: rgb(114,186,47); }
H1.HeaderClassName
{
color: #72BA2F;
}
.AnyTagClassName
{
color: #72BA2F;
}
</style>
background-color css
<style>
a { background-color: #72BA2F; }
a { background-color: rgb(114,186,47); }
div.DivClassName
{
background-color: #72BA2F;
}
.BgClassName
{
background-color: #72BA2F;
}
</style>
border-color css
<style>
span { border-color: #72BA2F; }
span { border-color: rgb(114,186,47); }
td.TdClassName
{
border-color: #72BA2F;
}
.TagClassName
{
border-color: #72BA2F;
}
</style>