Shades of Lima #72CB2D
Tints of Lima #72CB2D
RGB
CMYK
RGB Variations
Color information
#72CB2D (or 0x72CB2D) is known color: Lima. HEX triplet: 72, CB and 2D. RGB value is (114,203,45). Sum of RGB (Red+Green+Blue) = 114+203+45=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 203 (79.69% from 255 or 56.08% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 203 - color contains mainly: green. Hex color #72CB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CB2D is #8D34D2. Grayscale: #9E9E9E. Windows color (decimal): -9254099 or 3001202. OLE color: 3001202.
HSL color Cylindrical-coordinate representation of color #72CB2D: hue angle of 93.8º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72CB2D is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 203 | 45 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.20 |
| HSL | 93.8º | 0.64% | 0.49% | - |
| HSV(B) | 93.8º | 0.78% | 0.8% | - |
| XYZ | 28.77 | 46.48 | 9.94 | - |
| YUV | 158.38 | 64.01 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 203 | 45 | 0.44 | 0 | 0.78 | 0.20 | 93.8 | 0.64 | 0.49 |
| Hex | 72 | CB | 2D | 2C | 0 | 4E | 14 | 5E | 40 | 31 |
| Octal | 162 | 313 | 55 | 54 | 0 | 116 | 24 | 136 | 100 | 61 |
| Binary | 1110010 | 11001011 | 101101 | 101100 | 0 | 1001110 | 10100 | 1011110 | 1000000 | 110001 |
Color Harmonies of #72CB2D
Complementary color
Monochromatic Colors of #72CB2D
Black with #72CB2D
Text Example
Text Example
White with #72CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CB2D; }
p { color: rgb(114,203,45); }
H1.HeaderClassName
{
color: #72CB2D;
}
.AnyTagClassName
{
color: #72CB2D;
}
</style>
background-color css
<style>
a { background-color: #72CB2D; }
a { background-color: rgb(114,203,45); }
div.DivClassName
{
background-color: #72CB2D;
}
.BgClassName
{
background-color: #72CB2D;
}
</style>
border-color css
<style>
span { border-color: #72CB2D; }
span { border-color: rgb(114,203,45); }
td.TdClassName
{
border-color: #72CB2D;
}
.TagClassName
{
border-color: #72CB2D;
}
</style>