Html Css Color HEX #70C32A Lima

📋 copy color: '#70C32A'

red 112 ◦ green 195 ◦ blue 42

#70C32A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #70C32A

Tints of Lima #70C32A

RGB

 RED value IS 112 (44.14% from 255) = 32.09%

 GREEN value IS 195 (76.56% from 255) = 55.87%

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 32.09%
G = 55.87%
B = 12.03%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#70C32A (or 0x70C32A) is known color: Lima. HEX triplet: 70, C3 and 2A. RGB value is (112,195,42). Sum of RGB (Red+Green+Blue) = 112+195+42=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 195 (76.56% from 255 or 55.87% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 195 - color contains mainly: green. Hex color #70C32A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C32A is #8F3CD5. Grayscale: #999999. Windows color (decimal): -9387222 or 2802544. OLE color: 2802544.

HSL color Cylindrical-coordinate representation of color #70C32A: hue angle of 92.55º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70C32A is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 195 42 -
CMYK 0.43 0 0.78 0.24
HSL 92.55º 0.65% 0.46% -
HSV(B) 92.55º 0.78% 0.76% -
XYZ 26.62 42.64 9.02 -
YUV 152.74 65.5 98.94 -
System Red Green Blue C M Y K H S L
Decimal 112 195 42 0.43 0 0.78 0.24 92.55 0.65 0.46
Hex 70 C3 2A 2B 0 4E 18 5D 41 2E
Octal 160 303 52 53 0 116 30 135 101 56
Binary 1110000 11000011 101010 101011 0 1001110 11000 1011101 1000001 101110

Color Harmonies of #70C32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C32A

Black with #70C32A

Text Example


Text Example

White with #70C32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,195,42); }

 H1.HeaderClassName
 {
   color: #70C32A;
 }
 .AnyTagClassName
 {
   color: #70C32A;
 }
</style>

background-color css

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

 a { background-color: rgb(112,195,42); }

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

border-color css

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

 span { border-color: rgb(112,195,42); }

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