Shades of Lima #70D028
Tints of Lima #70D028
RGB
CMYK
RGB Variations
Color information
#70D028 (or 0x70D028) is known color: Lima. HEX triplet: 70, D0 and 28. RGB value is (112,208,40). Sum of RGB (Red+Green+Blue) = 112+208+40=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #70D028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D028 is #8F2FD7. Grayscale: #A0A0A0. Windows color (decimal): -9383896 or 2674800. OLE color: 2674800.
HSL color Cylindrical-coordinate representation of color #70D028: hue angle of 94.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70D028 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 40 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.18 |
| HSL | 94.29º | 0.68% | 0.49% | - |
| HSV(B) | 94.29º | 0.81% | 0.82% | - |
| XYZ | 29.62 | 48.71 | 9.85 | - |
| YUV | 160.14 | 60.2 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 40 | 0.46 | 0 | 0.81 | 0.18 | 94.29 | 0.68 | 0.49 |
| Hex | 70 | D0 | 28 | 2E | 0 | 51 | 12 | 5E | 44 | 31 |
| Octal | 160 | 320 | 50 | 56 | 0 | 121 | 22 | 136 | 104 | 61 |
| Binary | 1110000 | 11010000 | 101000 | 101110 | 0 | 1010001 | 10010 | 1011110 | 1000100 | 110001 |
Color Harmonies of #70D028
Complementary color
Monochromatic Colors of #70D028
Black with #70D028
Text Example
Text Example
White with #70D028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D028; }
p { color: rgb(112,208,40); }
H1.HeaderClassName
{
color: #70D028;
}
.AnyTagClassName
{
color: #70D028;
}
</style>
background-color css
<style>
a { background-color: #70D028; }
a { background-color: rgb(112,208,40); }
div.DivClassName
{
background-color: #70D028;
}
.BgClassName
{
background-color: #70D028;
}
</style>
border-color css
<style>
span { border-color: #70D028; }
span { border-color: rgb(112,208,40); }
td.TdClassName
{
border-color: #70D028;
}
.TagClassName
{
border-color: #70D028;
}
</style>