Shades of Lima #70C127
Tints of Lima #70C127
RGB
CMYK
RGB Variations
Color information
#70C127 (or 0x70C127) is known color: Lima. HEX triplet: 70, C1 and 27. RGB value is (112,193,39). Sum of RGB (Red+Green+Blue) = 112+193+39=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #70C127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C127 is #8F3ED8. Grayscale: #979797. Windows color (decimal): -9387737 or 2605424. OLE color: 2605424.
HSL color Cylindrical-coordinate representation of color #70C127: hue angle of 91.56º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70C127 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 39 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.24 |
| HSL | 91.56º | 0.66% | 0.45% | - |
| HSV(B) | 91.56º | 0.8% | 0.76% | - |
| XYZ | 26.12 | 41.73 | 8.6 | - |
| YUV | 151.23 | 64.66 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 39 | 0.42 | 0 | 0.80 | 0.24 | 91.56 | 0.66 | 0.45 |
| Hex | 70 | C1 | 27 | 2A | 0 | 50 | 18 | 5C | 42 | 2D |
| Octal | 160 | 301 | 47 | 52 | 0 | 120 | 30 | 134 | 102 | 55 |
| Binary | 1110000 | 11000001 | 100111 | 101010 | 0 | 1010000 | 11000 | 1011100 | 1000010 | 101101 |
Color Harmonies of #70C127
Complementary color
Monochromatic Colors of #70C127
Black with #70C127
Text Example
Text Example
White with #70C127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C127; }
p { color: rgb(112,193,39); }
H1.HeaderClassName
{
color: #70C127;
}
.AnyTagClassName
{
color: #70C127;
}
</style>
background-color css
<style>
a { background-color: #70C127; }
a { background-color: rgb(112,193,39); }
div.DivClassName
{
background-color: #70C127;
}
.BgClassName
{
background-color: #70C127;
}
</style>
border-color css
<style>
span { border-color: #70C127; }
span { border-color: rgb(112,193,39); }
td.TdClassName
{
border-color: #70C127;
}
.TagClassName
{
border-color: #70C127;
}
</style>