Shades of Lima #72BA2C
Tints of Lima #72BA2C
RGB
CMYK
RGB Variations
Color information
#72BA2C (or 0x72BA2C) is known color: Lima. HEX triplet: 72, BA and 2C. RGB value is (114,186,44). Sum of RGB (Red+Green+Blue) = 114+186+44=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BA2C is #8D45D3. Grayscale: #949494. Windows color (decimal): -9258452 or 2931314. OLE color: 2931314.
HSL color Cylindrical-coordinate representation of color #72BA2C: hue angle of 90.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72BA2C is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 44 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.27 |
| HSL | 90.42º | 0.62% | 0.45% | - |
| HSV(B) | 90.42º | 0.76% | 0.73% | - |
| XYZ | 24.95 | 38.88 | 8.57 | - |
| YUV | 148.28 | 69.15 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 44 | 0.39 | 0 | 0.76 | 0.27 | 90.42 | 0.62 | 0.45 |
| Hex | 72 | BA | 2C | 27 | 0 | 4C | 1B | 5A | 3E | 2D |
| Octal | 162 | 272 | 54 | 47 | 0 | 114 | 33 | 132 | 76 | 55 |
| Binary | 1110010 | 10111010 | 101100 | 100111 | 0 | 1001100 | 11011 | 1011010 | 111110 | 101101 |
Color Harmonies of #72BA2C
Complementary color
Monochromatic Colors of #72BA2C
Black with #72BA2C
Text Example
Text Example
White with #72BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA2C; }
p { color: rgb(114,186,44); }
H1.HeaderClassName
{
color: #72BA2C;
}
.AnyTagClassName
{
color: #72BA2C;
}
</style>
background-color css
<style>
a { background-color: #72BA2C; }
a { background-color: rgb(114,186,44); }
div.DivClassName
{
background-color: #72BA2C;
}
.BgClassName
{
background-color: #72BA2C;
}
</style>
border-color css
<style>
span { border-color: #72BA2C; }
span { border-color: rgb(114,186,44); }
td.TdClassName
{
border-color: #72BA2C;
}
.TagClassName
{
border-color: #72BA2C;
}
</style>