Shades of Lima #70CE28
Tints of Lima #70CE28
RGB
CMYK
RGB Variations
Color information
#70CE28 (or 0x70CE28) is known color: Lima. HEX triplet: 70, CE and 28. RGB value is (112,206,40). Sum of RGB (Red+Green+Blue) = 112+206+40=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CE28 is #8F31D7. Grayscale: #9F9F9F. Windows color (decimal): -9384408 or 2674288. OLE color: 2674288.
HSL color Cylindrical-coordinate representation of color #70CE28: hue angle of 93.98º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70CE28 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 40 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.19 |
| HSL | 93.98º | 0.67% | 0.48% | - |
| HSV(B) | 93.98º | 0.81% | 0.81% | - |
| XYZ | 29.14 | 47.74 | 9.69 | - |
| YUV | 158.97 | 60.86 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 40 | 0.46 | 0 | 0.81 | 0.19 | 93.98 | 0.67 | 0.48 |
| Hex | 70 | CE | 28 | 2E | 0 | 51 | 13 | 5E | 43 | 30 |
| Octal | 160 | 316 | 50 | 56 | 0 | 121 | 23 | 136 | 103 | 60 |
| Binary | 1110000 | 11001110 | 101000 | 101110 | 0 | 1010001 | 10011 | 1011110 | 1000011 | 110000 |
Color Harmonies of #70CE28
Complementary color
Monochromatic Colors of #70CE28
Black with #70CE28
Text Example
Text Example
White with #70CE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE28; }
p { color: rgb(112,206,40); }
H1.HeaderClassName
{
color: #70CE28;
}
.AnyTagClassName
{
color: #70CE28;
}
</style>
background-color css
<style>
a { background-color: #70CE28; }
a { background-color: rgb(112,206,40); }
div.DivClassName
{
background-color: #70CE28;
}
.BgClassName
{
background-color: #70CE28;
}
</style>
border-color css
<style>
span { border-color: #70CE28; }
span { border-color: rgb(112,206,40); }
td.TdClassName
{
border-color: #70CE28;
}
.TagClassName
{
border-color: #70CE28;
}
</style>