Shades of Lima #70C027
Tints of Lima #70C027
RGB
CMYK
RGB Variations
Color information
#70C027 (or 0x70C027) is known color: Lima. HEX triplet: 70, C0 and 27. RGB value is (112,192,39). Sum of RGB (Red+Green+Blue) = 112+192+39=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #70C027 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C027 is #8F3FD8. Grayscale: #979797. Windows color (decimal): -9387993 or 2605168. OLE color: 2605168.
HSL color Cylindrical-coordinate representation of color #70C027: hue angle of 91.37º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70C027 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 39 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.25 |
| HSL | 91.37º | 0.66% | 0.45% | - |
| HSV(B) | 91.37º | 0.8% | 0.75% | - |
| XYZ | 25.9 | 41.29 | 8.52 | - |
| YUV | 150.64 | 65 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 39 | 0.42 | 0 | 0.80 | 0.25 | 91.37 | 0.66 | 0.45 |
| Hex | 70 | C0 | 27 | 2A | 0 | 50 | 19 | 5B | 42 | 2D |
| Octal | 160 | 300 | 47 | 52 | 0 | 120 | 31 | 133 | 102 | 55 |
| Binary | 1110000 | 11000000 | 100111 | 101010 | 0 | 1010000 | 11001 | 1011011 | 1000010 | 101101 |
Color Harmonies of #70C027
Complementary color
Monochromatic Colors of #70C027
Black with #70C027
Text Example
Text Example
White with #70C027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C027; }
p { color: rgb(112,192,39); }
H1.HeaderClassName
{
color: #70C027;
}
.AnyTagClassName
{
color: #70C027;
}
</style>
background-color css
<style>
a { background-color: #70C027; }
a { background-color: rgb(112,192,39); }
div.DivClassName
{
background-color: #70C027;
}
.BgClassName
{
background-color: #70C027;
}
</style>
border-color css
<style>
span { border-color: #70C027; }
span { border-color: rgb(112,192,39); }
td.TdClassName
{
border-color: #70C027;
}
.TagClassName
{
border-color: #70C027;
}
</style>