Shades of Lima #72D526
Tints of Lima #72D526
RGB
CMYK
RGB Variations
Color information
#72D526 (or 0x72D526) is known color: Lima. HEX triplet: 72, D5 and 26. RGB value is (114,213,38). Sum of RGB (Red+Green+Blue) = 114+213+38=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #72D526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D526 is #8D2AD9. Grayscale: #A4A4A4. Windows color (decimal): -9251546 or 2545010. OLE color: 2545010.
HSL color Cylindrical-coordinate representation of color #72D526: hue angle of 93.94º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72D526 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 213 | 38 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.16 |
| HSL | 93.94º | 0.7% | 0.49% | - |
| HSV(B) | 93.94º | 0.82% | 0.84% | - |
| XYZ | 31.08 | 51.31 | 10.1 | - |
| YUV | 163.45 | 57.2 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 213 | 38 | 0.46 | 0 | 0.82 | 0.16 | 93.94 | 0.7 | 0.49 |
| Hex | 72 | D5 | 26 | 2E | 0 | 52 | 10 | 5E | 46 | 31 |
| Octal | 162 | 325 | 46 | 56 | 0 | 122 | 20 | 136 | 106 | 61 |
| Binary | 1110010 | 11010101 | 100110 | 101110 | 0 | 1010010 | 10000 | 1011110 | 1000110 | 110001 |
Color Harmonies of #72D526
Complementary color
Monochromatic Colors of #72D526
Black with #72D526
Text Example
Text Example
White with #72D526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D526; }
p { color: rgb(114,213,38); }
H1.HeaderClassName
{
color: #72D526;
}
.AnyTagClassName
{
color: #72D526;
}
</style>
background-color css
<style>
a { background-color: #72D526; }
a { background-color: rgb(114,213,38); }
div.DivClassName
{
background-color: #72D526;
}
.BgClassName
{
background-color: #72D526;
}
</style>
border-color css
<style>
span { border-color: #72D526; }
span { border-color: rgb(114,213,38); }
td.TdClassName
{
border-color: #72D526;
}
.TagClassName
{
border-color: #72D526;
}
</style>