Shades of Lima #72C230
Tints of Lima #72C230
RGB
CMYK
RGB Variations
Color information
#72C230 (or 0x72C230) is known color: Lima. HEX triplet: 72, C2 and 30. RGB value is (114,194,48). Sum of RGB (Red+Green+Blue) = 114+194+48=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #72C230 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C230 is #8D3DCF. Grayscale: #999999. Windows color (decimal): -9256400 or 3195506. OLE color: 3195506.
HSL color Cylindrical-coordinate representation of color #72C230: hue angle of 92.88º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72C230 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 194 | 48 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.24 |
| HSL | 92.88º | 0.6% | 0.47% | - |
| HSV(B) | 92.88º | 0.75% | 0.76% | - |
| XYZ | 26.76 | 42.37 | 9.56 | - |
| YUV | 153.44 | 68.5 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 194 | 48 | 0.41 | 0 | 0.75 | 0.24 | 92.88 | 0.6 | 0.47 |
| Hex | 72 | C2 | 30 | 29 | 0 | 4B | 18 | 5D | 3C | 2F |
| Octal | 162 | 302 | 60 | 51 | 0 | 113 | 30 | 135 | 74 | 57 |
| Binary | 1110010 | 11000010 | 110000 | 101001 | 0 | 1001011 | 11000 | 1011101 | 111100 | 101111 |
Color Harmonies of #72C230
Complementary color
Monochromatic Colors of #72C230
Black with #72C230
Text Example
Text Example
White with #72C230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C230; }
p { color: rgb(114,194,48); }
H1.HeaderClassName
{
color: #72C230;
}
.AnyTagClassName
{
color: #72C230;
}
</style>
background-color css
<style>
a { background-color: #72C230; }
a { background-color: rgb(114,194,48); }
div.DivClassName
{
background-color: #72C230;
}
.BgClassName
{
background-color: #72C230;
}
</style>
border-color css
<style>
span { border-color: #72C230; }
span { border-color: rgb(114,194,48); }
td.TdClassName
{
border-color: #72C230;
}
.TagClassName
{
border-color: #72C230;
}
</style>