Shades of Lima #72BC2C
Tints of Lima #72BC2C
RGB
CMYK
RGB Variations
Color information
#72BC2C (or 0x72BC2C) is known color: Lima. HEX triplet: 72, BC and 2C. RGB value is (114,188,44). Sum of RGB (Red+Green+Blue) = 114+188+44=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BC2C is #8D43D3. Grayscale: #959595. Windows color (decimal): -9257940 or 2931826. OLE color: 2931826.
HSL color Cylindrical-coordinate representation of color #72BC2C: hue angle of 90.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72BC2C is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 188 | 44 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.26 |
| HSL | 90.83º | 0.62% | 0.45% | - |
| HSV(B) | 90.83º | 0.77% | 0.74% | - |
| XYZ | 25.38 | 39.73 | 8.71 | - |
| YUV | 149.46 | 68.48 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 44 | 0.39 | 0 | 0.77 | 0.26 | 90.83 | 0.62 | 0.45 |
| Hex | 72 | BC | 2C | 27 | 0 | 4D | 1A | 5B | 3E | 2D |
| Octal | 162 | 274 | 54 | 47 | 0 | 115 | 32 | 133 | 76 | 55 |
| Binary | 1110010 | 10111100 | 101100 | 100111 | 0 | 1001101 | 11010 | 1011011 | 111110 | 101101 |
Color Harmonies of #72BC2C
Complementary color
Monochromatic Colors of #72BC2C
Black with #72BC2C
Text Example
Text Example
White with #72BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BC2C; }
p { color: rgb(114,188,44); }
H1.HeaderClassName
{
color: #72BC2C;
}
.AnyTagClassName
{
color: #72BC2C;
}
</style>
background-color css
<style>
a { background-color: #72BC2C; }
a { background-color: rgb(114,188,44); }
div.DivClassName
{
background-color: #72BC2C;
}
.BgClassName
{
background-color: #72BC2C;
}
</style>
border-color css
<style>
span { border-color: #72BC2C; }
span { border-color: rgb(114,188,44); }
td.TdClassName
{
border-color: #72BC2C;
}
.TagClassName
{
border-color: #72BC2C;
}
</style>