Shades of Lima #72C030
Tints of Lima #72C030
RGB
CMYK
RGB Variations
Color information
#72C030 (or 0x72C030) is known color: Lima. HEX triplet: 72, C0 and 30. RGB value is (114,192,48). Sum of RGB (Red+Green+Blue) = 114+192+48=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #72C030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C030 is #8D3FCF. Grayscale: #989898. Windows color (decimal): -9256912 or 3194994. OLE color: 3194994.
HSL color Cylindrical-coordinate representation of color #72C030: hue angle of 92.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72C030 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 48 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.25 |
| HSL | 92.5º | 0.6% | 0.47% | - |
| HSV(B) | 92.5º | 0.75% | 0.75% | - |
| XYZ | 26.32 | 41.49 | 9.42 | - |
| YUV | 152.26 | 69.16 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 48 | 0.41 | 0 | 0.75 | 0.25 | 92.5 | 0.6 | 0.47 |
| Hex | 72 | C0 | 30 | 29 | 0 | 4B | 19 | 5C | 3C | 2F |
| Octal | 162 | 300 | 60 | 51 | 0 | 113 | 31 | 134 | 74 | 57 |
| Binary | 1110010 | 11000000 | 110000 | 101001 | 0 | 1001011 | 11001 | 1011100 | 111100 | 101111 |
Color Harmonies of #72C030
Complementary color
Monochromatic Colors of #72C030
Black with #72C030
Text Example
Text Example
White with #72C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C030; }
p { color: rgb(114,192,48); }
H1.HeaderClassName
{
color: #72C030;
}
.AnyTagClassName
{
color: #72C030;
}
</style>
background-color css
<style>
a { background-color: #72C030; }
a { background-color: rgb(114,192,48); }
div.DivClassName
{
background-color: #72C030;
}
.BgClassName
{
background-color: #72C030;
}
</style>
border-color css
<style>
span { border-color: #72C030; }
span { border-color: rgb(114,192,48); }
td.TdClassName
{
border-color: #72C030;
}
.TagClassName
{
border-color: #72C030;
}
</style>