Shades of Lima #70CF24
Tints of Lima #70CF24
RGB
CMYK
RGB Variations
Color information
#70CF24 (or 0x70CF24) is known color: Lima. HEX triplet: 70, CF and 24. RGB value is (112,207,36). Sum of RGB (Red+Green+Blue) = 112+207+36=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CF24 is #8F30DB. Grayscale: #9F9F9F. Windows color (decimal): -9384156 or 2412400. OLE color: 2412400.
HSL color Cylindrical-coordinate representation of color #70CF24: hue angle of 93.33º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70CF24 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 36 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.19 |
| HSL | 93.33º | 0.7% | 0.48% | - |
| HSV(B) | 93.33º | 0.83% | 0.81% | - |
| XYZ | 29.31 | 48.2 | 9.43 | - |
| YUV | 159.1 | 58.53 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 36 | 0.46 | 0 | 0.83 | 0.19 | 93.33 | 0.7 | 0.48 |
| Hex | 70 | CF | 24 | 2E | 0 | 53 | 13 | 5D | 46 | 30 |
| Octal | 160 | 317 | 44 | 56 | 0 | 123 | 23 | 135 | 106 | 60 |
| Binary | 1110000 | 11001111 | 100100 | 101110 | 0 | 1010011 | 10011 | 1011101 | 1000110 | 110000 |
Color Harmonies of #70CF24
Complementary color
Monochromatic Colors of #70CF24
Black with #70CF24
Text Example
Text Example
White with #70CF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF24; }
p { color: rgb(112,207,36); }
H1.HeaderClassName
{
color: #70CF24;
}
.AnyTagClassName
{
color: #70CF24;
}
</style>
background-color css
<style>
a { background-color: #70CF24; }
a { background-color: rgb(112,207,36); }
div.DivClassName
{
background-color: #70CF24;
}
.BgClassName
{
background-color: #70CF24;
}
</style>
border-color css
<style>
span { border-color: #70CF24; }
span { border-color: rgb(112,207,36); }
td.TdClassName
{
border-color: #70CF24;
}
.TagClassName
{
border-color: #70CF24;
}
</style>