#70C02B

Color #70C02B Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #70C02B

Tints of Lima #70C02B

Color information

#70C02B (or 0x70C02B) is unknown color: approx Lima. HEX triplet: 70, C0 and 2B. RGB value is (112,192,43). Sum of RGB (Red+Green+Blue) = 112+192+43=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #70C02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C02B is #8F3FD4. Grayscale: #979797. Windows color (decimal): -9387989 or 2867312. OLE color: 2867312.

HSL color Cylindrical-coordinate representation of color #70C02B: hue angle of 92.21º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70C02B is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB11219243-
CMYK0.4200.780.25
HSL92.21º63.4%46.08%-
HSV(B)92.21º77.6%75.29%-
XYZ25.9741.328.89-
YUV151.0967100.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 192 (75.39% from 255) = 55.33%
BLUE value IS 43 (17.19% from 255) = 12.39%
R=32.28%
G=55.33%
B=12.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112192430.4200.780.2592.2163.446.08
Hex70C02B2A04E195c3f2e
Octal16030053520116311347756
Binary11100001100000010101110101001001110110011011100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70C02B; }

 p { color: rgb(112,192,43); }

 H1.HeaderClassName
 {
   color: #70C02B;
 }
 .AnyTagClassName
 {
   color: #70C02B;
 }
</style>
background-color css

<style>
 a { background-color: #70C02B; }

 a { background-color: rgb(112,192,43); }

 div.DivClassName
 {
   background-color: #70C02B;
 }
 .BgClassName
 {
   background-color: #70C02B;
 }
</style>
border-color css

<style>
 span { border-color: #70C02B; }

 span { border-color: rgb(112,192,43); }

 td.TdClassName
 {
   border-color: #70C02B;
 }
 .TagClassName
 {
   border-color: #70C02B;
 }
</style>