Shades of Lima #70CF22
Tints of Lima #70CF22
RGB
CMYK
RGB Variations
Color information
#70CF22 (or 0x70CF22) is known color: Lima. HEX triplet: 70, CF and 22. RGB value is (112,207,34). Sum of RGB (Red+Green+Blue) = 112+207+34=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 207 (81.25% from 255 or 58.64% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CF22 is #8F30DD. Grayscale: #9F9F9F. Windows color (decimal): -9384158 or 2281328. OLE color: 2281328.
HSL color Cylindrical-coordinate representation of color #70CF22: hue angle of 92.95º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70CF22 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 34 | - |
| CMYK | 0.46 | 0 | 0.84 | 0.19 |
| HSL | 92.95º | 0.72% | 0.47% | - |
| HSV(B) | 92.95º | 0.84% | 0.81% | - |
| XYZ | 29.28 | 48.19 | 9.27 | - |
| YUV | 158.87 | 57.53 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 34 | 0.46 | 0 | 0.84 | 0.19 | 92.95 | 0.72 | 0.47 |
| Hex | 70 | CF | 22 | 2E | 0 | 54 | 13 | 5D | 48 | 2F |
| Octal | 160 | 317 | 42 | 56 | 0 | 124 | 23 | 135 | 110 | 57 |
| Binary | 1110000 | 11001111 | 100010 | 101110 | 0 | 1010100 | 10011 | 1011101 | 1001000 | 101111 |
Color Harmonies of #70CF22
Complementary color
Monochromatic Colors of #70CF22
Black with #70CF22
Text Example
Text Example
White with #70CF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF22; }
p { color: rgb(112,207,34); }
H1.HeaderClassName
{
color: #70CF22;
}
.AnyTagClassName
{
color: #70CF22;
}
</style>
background-color css
<style>
a { background-color: #70CF22; }
a { background-color: rgb(112,207,34); }
div.DivClassName
{
background-color: #70CF22;
}
.BgClassName
{
background-color: #70CF22;
}
</style>
border-color css
<style>
span { border-color: #70CF22; }
span { border-color: rgb(112,207,34); }
td.TdClassName
{
border-color: #70CF22;
}
.TagClassName
{
border-color: #70CF22;
}
</style>