Shades of Lima #72BC2D
Tints of Lima #72BC2D
RGB
CMYK
RGB Variations
Color information
#72BC2D (or 0x72BC2D) is known color: Lima. HEX triplet: 72, BC and 2D. RGB value is (114,188,45). Sum of RGB (Red+Green+Blue) = 114+188+45=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BC2D is #8D43D2. Grayscale: #969696. Windows color (decimal): -9257939 or 2997362. OLE color: 2997362.
HSL color Cylindrical-coordinate representation of color #72BC2D: hue angle of 91.05º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72BC2D is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 188 | 45 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.26 |
| HSL | 91.05º | 0.61% | 0.46% | - |
| HSV(B) | 91.05º | 0.76% | 0.74% | - |
| XYZ | 25.4 | 39.73 | 8.81 | - |
| YUV | 149.57 | 68.98 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 45 | 0.39 | 0 | 0.76 | 0.26 | 91.05 | 0.61 | 0.46 |
| Hex | 72 | BC | 2D | 27 | 0 | 4C | 1A | 5B | 3D | 2E |
| Octal | 162 | 274 | 55 | 47 | 0 | 114 | 32 | 133 | 75 | 56 |
| Binary | 1110010 | 10111100 | 101101 | 100111 | 0 | 1001100 | 11010 | 1011011 | 111101 | 101110 |
Color Harmonies of #72BC2D
Complementary color
Monochromatic Colors of #72BC2D
Black with #72BC2D
Text Example
Text Example
White with #72BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BC2D; }
p { color: rgb(114,188,45); }
H1.HeaderClassName
{
color: #72BC2D;
}
.AnyTagClassName
{
color: #72BC2D;
}
</style>
background-color css
<style>
a { background-color: #72BC2D; }
a { background-color: rgb(114,188,45); }
div.DivClassName
{
background-color: #72BC2D;
}
.BgClassName
{
background-color: #72BC2D;
}
</style>
border-color css
<style>
span { border-color: #72BC2D; }
span { border-color: rgb(114,188,45); }
td.TdClassName
{
border-color: #72BC2D;
}
.TagClassName
{
border-color: #72BC2D;
}
</style>