Shades of Lima #72D324
Tints of Lima #72D324
RGB
CMYK
RGB Variations
Color information
#72D324 (or 0x72D324) is known color: Lima. HEX triplet: 72, D3 and 24. RGB value is (114,211,36). Sum of RGB (Red+Green+Blue) = 114+211+36=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 211 (82.81% from 255 or 58.45% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 211 - color contains mainly: green. Hex color #72D324 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D324 is #8D2CDB. Grayscale: #A2A2A2. Windows color (decimal): -9252060 or 2413426. OLE color: 2413426.
HSL color Cylindrical-coordinate representation of color #72D324: hue angle of 93.26º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72D324 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 211 | 36 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.17 |
| HSL | 93.26º | 0.71% | 0.48% | - |
| HSV(B) | 93.26º | 0.83% | 0.83% | - |
| XYZ | 30.55 | 50.29 | 9.77 | - |
| YUV | 162.05 | 56.86 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 211 | 36 | 0.46 | 0 | 0.83 | 0.17 | 93.26 | 0.71 | 0.48 |
| Hex | 72 | D3 | 24 | 2E | 0 | 53 | 11 | 5D | 47 | 30 |
| Octal | 162 | 323 | 44 | 56 | 0 | 123 | 21 | 135 | 107 | 60 |
| Binary | 1110010 | 11010011 | 100100 | 101110 | 0 | 1010011 | 10001 | 1011101 | 1000111 | 110000 |
Color Harmonies of #72D324
Complementary color
Monochromatic Colors of #72D324
Black with #72D324
Text Example
Text Example
White with #72D324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D324; }
p { color: rgb(114,211,36); }
H1.HeaderClassName
{
color: #72D324;
}
.AnyTagClassName
{
color: #72D324;
}
</style>
background-color css
<style>
a { background-color: #72D324; }
a { background-color: rgb(114,211,36); }
div.DivClassName
{
background-color: #72D324;
}
.BgClassName
{
background-color: #72D324;
}
</style>
border-color css
<style>
span { border-color: #72D324; }
span { border-color: rgb(114,211,36); }
td.TdClassName
{
border-color: #72D324;
}
.TagClassName
{
border-color: #72D324;
}
</style>