Shades of Lima #70CF26
Tints of Lima #70CF26
RGB
CMYK
RGB Variations
Color information
#70CF26 (or 0x70CF26) is known color: Lima. HEX triplet: 70, CF and 26. RGB value is (112,207,38). Sum of RGB (Red+Green+Blue) = 112+207+38=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CF26 is #8F30D9. Grayscale: #9F9F9F. Windows color (decimal): -9384154 or 2543472. OLE color: 2543472.
HSL color Cylindrical-coordinate representation of color #70CF26: hue angle of 93.73º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70CF26 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 38 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.19 |
| HSL | 93.73º | 0.69% | 0.48% | - |
| HSV(B) | 93.73º | 0.82% | 0.81% | - |
| XYZ | 29.34 | 48.21 | 9.59 | - |
| YUV | 159.33 | 59.53 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 38 | 0.46 | 0 | 0.82 | 0.19 | 93.73 | 0.69 | 0.48 |
| Hex | 70 | CF | 26 | 2E | 0 | 52 | 13 | 5E | 45 | 30 |
| Octal | 160 | 317 | 46 | 56 | 0 | 122 | 23 | 136 | 105 | 60 |
| Binary | 1110000 | 11001111 | 100110 | 101110 | 0 | 1010010 | 10011 | 1011110 | 1000101 | 110000 |
Color Harmonies of #70CF26
Complementary color
Monochromatic Colors of #70CF26
Black with #70CF26
Text Example
Text Example
White with #70CF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF26; }
p { color: rgb(112,207,38); }
H1.HeaderClassName
{
color: #70CF26;
}
.AnyTagClassName
{
color: #70CF26;
}
</style>
background-color css
<style>
a { background-color: #70CF26; }
a { background-color: rgb(112,207,38); }
div.DivClassName
{
background-color: #70CF26;
}
.BgClassName
{
background-color: #70CF26;
}
</style>
border-color css
<style>
span { border-color: #70CF26; }
span { border-color: rgb(112,207,38); }
td.TdClassName
{
border-color: #70CF26;
}
.TagClassName
{
border-color: #70CF26;
}
</style>