Shades of Lima #70CA28
Tints of Lima #70CA28
RGB
CMYK
RGB Variations
Color information
#70CA28 (or 0x70CA28) is known color: Lima. HEX triplet: 70, CA and 28. RGB value is (112,202,40). Sum of RGB (Red+Green+Blue) = 112+202+40=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CA28 is #8F35D7. Grayscale: #9D9D9D. Windows color (decimal): -9385432 or 2673264. OLE color: 2673264.
HSL color Cylindrical-coordinate representation of color #70CA28: hue angle of 93.33º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70CA28 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 40 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.21 |
| HSL | 93.33º | 0.67% | 0.47% | - |
| HSV(B) | 93.33º | 0.8% | 0.79% | - |
| XYZ | 28.19 | 45.84 | 9.37 | - |
| YUV | 156.62 | 62.18 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 40 | 0.45 | 0 | 0.80 | 0.21 | 93.33 | 0.67 | 0.47 |
| Hex | 70 | CA | 28 | 2D | 0 | 50 | 15 | 5D | 43 | 2F |
| Octal | 160 | 312 | 50 | 55 | 0 | 120 | 25 | 135 | 103 | 57 |
| Binary | 1110000 | 11001010 | 101000 | 101101 | 0 | 1010000 | 10101 | 1011101 | 1000011 | 101111 |
Color Harmonies of #70CA28
Complementary color
Monochromatic Colors of #70CA28
Black with #70CA28
Text Example
Text Example
White with #70CA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA28; }
p { color: rgb(112,202,40); }
H1.HeaderClassName
{
color: #70CA28;
}
.AnyTagClassName
{
color: #70CA28;
}
</style>
background-color css
<style>
a { background-color: #70CA28; }
a { background-color: rgb(112,202,40); }
div.DivClassName
{
background-color: #70CA28;
}
.BgClassName
{
background-color: #70CA28;
}
</style>
border-color css
<style>
span { border-color: #70CA28; }
span { border-color: rgb(112,202,40); }
td.TdClassName
{
border-color: #70CA28;
}
.TagClassName
{
border-color: #70CA28;
}
</style>