Html Css Color HEX #70C32F Lima

📋 copy color: '#70C32F'

red 112 ◦ green 195 ◦ blue 47

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

Shades of Lima #70C32F

Tints of Lima #70C32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.28%

R = 31.64%
G = 55.08%
B = 13.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#70C32F (or 0x70C32F) is known color: Lima. HEX triplet: 70, C3 and 2F. RGB value is (112,195,47). Sum of RGB (Red+Green+Blue) = 112+195+47=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #70C32F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C32F is #8F3CD0. Grayscale: #999999. Windows color (decimal): -9387217 or 3130224. OLE color: 3130224.

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

Color convert

RGB 112 195 47 -
CMYK 0.43 0 0.76 0.24
HSL 93.65º 0.61% 0.47% -
HSV(B) 93.65º 0.76% 0.76% -
XYZ 26.71 42.68 9.52 -
YUV 153.31 68 98.53 -
System Red Green Blue C M Y K H S L
Decimal 112 195 47 0.43 0 0.76 0.24 93.65 0.61 0.47
Hex 70 C3 2F 2B 0 4C 18 5E 3D 2F
Octal 160 303 57 53 0 114 30 136 75 57
Binary 1110000 11000011 101111 101011 0 1001100 11000 1011110 111101 101111

Color Harmonies of #70C32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C32F

Black with #70C32F

Text Example


Text Example

White with #70C32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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