Shades of Lima #70CB25
Tints of Lima #70CB25
RGB
CMYK
RGB Variations
Color information
#70CB25 (or 0x70CB25) is known color: Lima. HEX triplet: 70, CB and 25. RGB value is (112,203,37). Sum of RGB (Red+Green+Blue) = 112+203+37=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 203 (79.69% from 255 or 57.67% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CB25 is #8F34DA. Grayscale: #9D9D9D. Windows color (decimal): -9385179 or 2476912. OLE color: 2476912.
HSL color Cylindrical-coordinate representation of color #70CB25: hue angle of 92.89º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70CB25 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 37 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.20 |
| HSL | 92.89º | 0.69% | 0.47% | - |
| HSV(B) | 92.89º | 0.82% | 0.8% | - |
| XYZ | 28.37 | 46.29 | 9.19 | - |
| YUV | 156.87 | 60.35 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 37 | 0.45 | 0 | 0.82 | 0.20 | 92.89 | 0.69 | 0.47 |
| Hex | 70 | CB | 25 | 2D | 0 | 52 | 14 | 5D | 45 | 2F |
| Octal | 160 | 313 | 45 | 55 | 0 | 122 | 24 | 135 | 105 | 57 |
| Binary | 1110000 | 11001011 | 100101 | 101101 | 0 | 1010010 | 10100 | 1011101 | 1000101 | 101111 |
Color Harmonies of #70CB25
Complementary color
Monochromatic Colors of #70CB25
Black with #70CB25
Text Example
Text Example
White with #70CB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB25; }
p { color: rgb(112,203,37); }
H1.HeaderClassName
{
color: #70CB25;
}
.AnyTagClassName
{
color: #70CB25;
}
</style>
background-color css
<style>
a { background-color: #70CB25; }
a { background-color: rgb(112,203,37); }
div.DivClassName
{
background-color: #70CB25;
}
.BgClassName
{
background-color: #70CB25;
}
</style>
border-color css
<style>
span { border-color: #70CB25; }
span { border-color: rgb(112,203,37); }
td.TdClassName
{
border-color: #70CB25;
}
.TagClassName
{
border-color: #70CB25;
}
</style>