Shades of Lima #70CE24
Tints of Lima #70CE24
RGB
CMYK
RGB Variations
Color information
#70CE24 (or 0x70CE24) is known color: Lima. HEX triplet: 70, CE and 24. RGB value is (112,206,36). Sum of RGB (Red+Green+Blue) = 112+206+36=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CE24 is #8F31DB. Grayscale: #9F9F9F. Windows color (decimal): -9384412 or 2412144. OLE color: 2412144.
HSL color Cylindrical-coordinate representation of color #70CE24: hue angle of 93.18º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70CE24 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 36 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.19 |
| HSL | 93.18º | 0.7% | 0.47% | - |
| HSV(B) | 93.18º | 0.83% | 0.81% | - |
| XYZ | 29.07 | 47.71 | 9.35 | - |
| YUV | 158.51 | 58.86 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 36 | 0.46 | 0 | 0.83 | 0.19 | 93.18 | 0.7 | 0.47 |
| Hex | 70 | CE | 24 | 2E | 0 | 53 | 13 | 5D | 46 | 2F |
| Octal | 160 | 316 | 44 | 56 | 0 | 123 | 23 | 135 | 106 | 57 |
| Binary | 1110000 | 11001110 | 100100 | 101110 | 0 | 1010011 | 10011 | 1011101 | 1000110 | 101111 |
Color Harmonies of #70CE24
Complementary color
Monochromatic Colors of #70CE24
Black with #70CE24
Text Example
Text Example
White with #70CE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE24; }
p { color: rgb(112,206,36); }
H1.HeaderClassName
{
color: #70CE24;
}
.AnyTagClassName
{
color: #70CE24;
}
</style>
background-color css
<style>
a { background-color: #70CE24; }
a { background-color: rgb(112,206,36); }
div.DivClassName
{
background-color: #70CE24;
}
.BgClassName
{
background-color: #70CE24;
}
</style>
border-color css
<style>
span { border-color: #70CE24; }
span { border-color: rgb(112,206,36); }
td.TdClassName
{
border-color: #70CE24;
}
.TagClassName
{
border-color: #70CE24;
}
</style>