Shades of Lima #72D214
Tints of Lima #72D214
RGB
CMYK
RGB Variations
Color information
#72D214 (or 0x72D214) is known color: Lima. HEX triplet: 72, D2 and 14. RGB value is (114,210,20). Sum of RGB (Red+Green+Blue) = 114+210+20=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 210 (82.42% from 255 or 61.05% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 210 - color contains mainly: green. Hex color #72D214 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D214 is #8D2DEB. Grayscale: #A0A0A0. Windows color (decimal): -9252332 or 1364594. OLE color: 1364594.
HSL color Cylindrical-coordinate representation of color #72D214: hue angle of 90.32º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72D214 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 20 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.18 |
| HSL | 90.32º | 0.83% | 0.45% | - |
| HSV(B) | 90.32º | 0.9% | 0.82% | - |
| XYZ | 30.11 | 49.72 | 8.67 | - |
| YUV | 159.64 | 49.2 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 20 | 0.46 | 0 | 0.90 | 0.18 | 90.32 | 0.83 | 0.45 |
| Hex | 72 | D2 | 14 | 2E | 0 | 5A | 12 | 5A | 53 | 2D |
| Octal | 162 | 322 | 24 | 56 | 0 | 132 | 22 | 132 | 123 | 55 |
| Binary | 1110010 | 11010010 | 10100 | 101110 | 0 | 1011010 | 10010 | 1011010 | 1010011 | 101101 |
Color Harmonies of #72D214
Complementary color
Monochromatic Colors of #72D214
Black with #72D214
Text Example
Text Example
White with #72D214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D214; }
p { color: rgb(114,210,20); }
H1.HeaderClassName
{
color: #72D214;
}
.AnyTagClassName
{
color: #72D214;
}
</style>
background-color css
<style>
a { background-color: #72D214; }
a { background-color: rgb(114,210,20); }
div.DivClassName
{
background-color: #72D214;
}
.BgClassName
{
background-color: #72D214;
}
</style>
border-color css
<style>
span { border-color: #72D214; }
span { border-color: rgb(114,210,20); }
td.TdClassName
{
border-color: #72D214;
}
.TagClassName
{
border-color: #72D214;
}
</style>