Shades of Lima #72D725
Tints of Lima #72D725
RGB
CMYK
RGB Variations
Color information
#72D725 (or 0x72D725) is known color: Lima. HEX triplet: 72, D7 and 25. RGB value is (114,215,37). Sum of RGB (Red+Green+Blue) = 114+215+37=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 215 (84.38% from 255 or 58.74% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 215 - color contains mainly: green. Hex color #72D725 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D725 is #8D28DA. Grayscale: #A5A5A5. Windows color (decimal): -9251035 or 2479986. OLE color: 2479986.
HSL color Cylindrical-coordinate representation of color #72D725: hue angle of 94.04º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72D725 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 215 | 37 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.16 |
| HSL | 94.04º | 0.71% | 0.49% | - |
| HSV(B) | 94.04º | 0.83% | 0.84% | - |
| XYZ | 31.57 | 52.31 | 10.18 | - |
| YUV | 164.51 | 56.04 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 215 | 37 | 0.47 | 0 | 0.83 | 0.16 | 94.04 | 0.71 | 0.49 |
| Hex | 72 | D7 | 25 | 2F | 0 | 53 | 10 | 5E | 47 | 31 |
| Octal | 162 | 327 | 45 | 57 | 0 | 123 | 20 | 136 | 107 | 61 |
| Binary | 1110010 | 11010111 | 100101 | 101111 | 0 | 1010011 | 10000 | 1011110 | 1000111 | 110001 |
Color Harmonies of #72D725
Complementary color
Monochromatic Colors of #72D725
Black with #72D725
Text Example
Text Example
White with #72D725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D725; }
p { color: rgb(114,215,37); }
H1.HeaderClassName
{
color: #72D725;
}
.AnyTagClassName
{
color: #72D725;
}
</style>
background-color css
<style>
a { background-color: #72D725; }
a { background-color: rgb(114,215,37); }
div.DivClassName
{
background-color: #72D725;
}
.BgClassName
{
background-color: #72D725;
}
</style>
border-color css
<style>
span { border-color: #72D725; }
span { border-color: rgb(114,215,37); }
td.TdClassName
{
border-color: #72D725;
}
.TagClassName
{
border-color: #72D725;
}
</style>