Shades of Lima #70CC24
Tints of Lima #70CC24
RGB
CMYK
RGB Variations
Color information
#70CC24 (or 0x70CC24) is known color: Lima. HEX triplet: 70, CC and 24. RGB value is (112,204,36). Sum of RGB (Red+Green+Blue) = 112+204+36=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CC24 is #8F33DB. Grayscale: #9D9D9D. Windows color (decimal): -9384924 or 2411632. OLE color: 2411632.
HSL color Cylindrical-coordinate representation of color #70CC24: hue angle of 92.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70CC24 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 204 | 36 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.2 |
| HSL | 92.86º | 0.7% | 0.47% | - |
| HSV(B) | 92.86º | 0.82% | 0.8% | - |
| XYZ | 28.59 | 46.76 | 9.19 | - |
| YUV | 157.34 | 59.52 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 204 | 36 | 0.45 | 0 | 0.82 | 0.2 | 92.86 | 0.7 | 0.47 |
| Hex | 70 | CC | 24 | 2D | 0 | 52 | 14 | 5D | 46 | 2F |
| Octal | 160 | 314 | 44 | 55 | 0 | 122 | 24 | 135 | 106 | 57 |
| Binary | 1110000 | 11001100 | 100100 | 101101 | 0 | 1010010 | 10100 | 1011101 | 1000110 | 101111 |
Color Harmonies of #70CC24
Complementary color
Monochromatic Colors of #70CC24
Black with #70CC24
Text Example
Text Example
White with #70CC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CC24; }
p { color: rgb(112,204,36); }
H1.HeaderClassName
{
color: #70CC24;
}
.AnyTagClassName
{
color: #70CC24;
}
</style>
background-color css
<style>
a { background-color: #70CC24; }
a { background-color: rgb(112,204,36); }
div.DivClassName
{
background-color: #70CC24;
}
.BgClassName
{
background-color: #70CC24;
}
</style>
border-color css
<style>
span { border-color: #70CC24; }
span { border-color: rgb(112,204,36); }
td.TdClassName
{
border-color: #70CC24;
}
.TagClassName
{
border-color: #70CC24;
}
</style>