Shades of Lima #72BD2C
Tints of Lima #72BD2C
RGB
CMYK
RGB Variations
Color information
#72BD2C (or 0x72BD2C) is known color: Lima. HEX triplet: 72, BD and 2C. RGB value is (114,189,44). Sum of RGB (Red+Green+Blue) = 114+189+44=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BD2C is #8D42D3. Grayscale: #969696. Windows color (decimal): -9257684 or 2932082. OLE color: 2932082.
HSL color Cylindrical-coordinate representation of color #72BD2C: hue angle of 91.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72BD2C is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 44 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.26 |
| HSL | 91.03º | 0.62% | 0.46% | - |
| HSV(B) | 91.03º | 0.77% | 0.74% | - |
| XYZ | 25.59 | 40.15 | 8.78 | - |
| YUV | 150.05 | 68.15 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 44 | 0.40 | 0 | 0.77 | 0.26 | 91.03 | 0.62 | 0.46 |
| Hex | 72 | BD | 2C | 28 | 0 | 4D | 1A | 5B | 3E | 2E |
| Octal | 162 | 275 | 54 | 50 | 0 | 115 | 32 | 133 | 76 | 56 |
| Binary | 1110010 | 10111101 | 101100 | 101000 | 0 | 1001101 | 11010 | 1011011 | 111110 | 101110 |
Color Harmonies of #72BD2C
Complementary color
Monochromatic Colors of #72BD2C
Black with #72BD2C
Text Example
Text Example
White with #72BD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BD2C; }
p { color: rgb(114,189,44); }
H1.HeaderClassName
{
color: #72BD2C;
}
.AnyTagClassName
{
color: #72BD2C;
}
</style>
background-color css
<style>
a { background-color: #72BD2C; }
a { background-color: rgb(114,189,44); }
div.DivClassName
{
background-color: #72BD2C;
}
.BgClassName
{
background-color: #72BD2C;
}
</style>
border-color css
<style>
span { border-color: #72BD2C; }
span { border-color: rgb(114,189,44); }
td.TdClassName
{
border-color: #72BD2C;
}
.TagClassName
{
border-color: #72BD2C;
}
</style>