Shades of Lima #72C321
Tints of Lima #72C321
RGB
CMYK
RGB Variations
Color information
#72C321 (or 0x72C321) is known color: Lima. HEX triplet: 72, C3 and 21. RGB value is (114,195,33). Sum of RGB (Red+Green+Blue) = 114+195+33=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #72C321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C321 is #8D3CDE. Grayscale: #989898. Windows color (decimal): -9256159 or 2212722. OLE color: 2212722.
HSL color Cylindrical-coordinate representation of color #72C321: hue angle of 90º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72C321 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 195 | 33 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.24 |
| HSL | 90º | 0.71% | 0.45% | - |
| HSV(B) | 90º | 0.83% | 0.76% | - |
| XYZ | 26.73 | 42.72 | 8.28 | - |
| YUV | 152.31 | 60.66 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 195 | 33 | 0.42 | 0 | 0.83 | 0.24 | 90 | 0.71 | 0.45 |
| Hex | 72 | C3 | 21 | 2A | 0 | 53 | 18 | 5A | 47 | 2D |
| Octal | 162 | 303 | 41 | 52 | 0 | 123 | 30 | 132 | 107 | 55 |
| Binary | 1110010 | 11000011 | 100001 | 101010 | 0 | 1010011 | 11000 | 1011010 | 1000111 | 101101 |
Color Harmonies of #72C321
Complementary color
Monochromatic Colors of #72C321
Black with #72C321
Text Example
Text Example
White with #72C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C321; }
p { color: rgb(114,195,33); }
H1.HeaderClassName
{
color: #72C321;
}
.AnyTagClassName
{
color: #72C321;
}
</style>
background-color css
<style>
a { background-color: #72C321; }
a { background-color: rgb(114,195,33); }
div.DivClassName
{
background-color: #72C321;
}
.BgClassName
{
background-color: #72C321;
}
</style>
border-color css
<style>
span { border-color: #72C321; }
span { border-color: rgb(114,195,33); }
td.TdClassName
{
border-color: #72C321;
}
.TagClassName
{
border-color: #72C321;
}
</style>