Shades of Lima #72CB19
Tints of Lima #72CB19
RGB
CMYK
RGB Variations
Color information
#72CB19 (or 0x72CB19) is known color: Lima. HEX triplet: 72, CB and 19. RGB value is (114,203,25). Sum of RGB (Red+Green+Blue) = 114+203+25=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 203 (79.69% from 255 or 59.36% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 203 - color contains mainly: green. Hex color #72CB19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72CB19 is #8D34E6. Grayscale: #9C9C9C. Windows color (decimal): -9254119 or 1690482. OLE color: 1690482.
HSL color Cylindrical-coordinate representation of color #72CB19: hue angle of 90º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72CB19 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 203 | 25 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.20 |
| HSL | 90º | 0.78% | 0.45% | - |
| HSV(B) | 90º | 0.88% | 0.8% | - |
| XYZ | 28.47 | 46.36 | 8.37 | - |
| YUV | 156.1 | 54.01 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 203 | 25 | 0.44 | 0 | 0.88 | 0.20 | 90 | 0.78 | 0.45 |
| Hex | 72 | CB | 19 | 2C | 0 | 58 | 14 | 5A | 4E | 2D |
| Octal | 162 | 313 | 31 | 54 | 0 | 130 | 24 | 132 | 116 | 55 |
| Binary | 1110010 | 11001011 | 11001 | 101100 | 0 | 1011000 | 10100 | 1011010 | 1001110 | 101101 |
Color Harmonies of #72CB19
Complementary color
Monochromatic Colors of #72CB19
Black with #72CB19
Text Example
Text Example
White with #72CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CB19; }
p { color: rgb(114,203,25); }
H1.HeaderClassName
{
color: #72CB19;
}
.AnyTagClassName
{
color: #72CB19;
}
</style>
background-color css
<style>
a { background-color: #72CB19; }
a { background-color: rgb(114,203,25); }
div.DivClassName
{
background-color: #72CB19;
}
.BgClassName
{
background-color: #72CB19;
}
</style>
border-color css
<style>
span { border-color: #72CB19; }
span { border-color: rgb(114,203,25); }
td.TdClassName
{
border-color: #72CB19;
}
.TagClassName
{
border-color: #72CB19;
}
</style>