Html Css Color HEX #70C12F Lima

📋 copy color: '#70C12F'

red 112 ◦ green 193 ◦ blue 47

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

Shades of Lima #70C12F

Tints of Lima #70C12F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.83%

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

R = 31.82%
G = 54.83%
B = 13.35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#70C12F (or 0x70C12F) is known color: Lima. HEX triplet: 70, C1 and 2F. RGB value is (112,193,47). Sum of RGB (Red+Green+Blue) = 112+193+47=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #70C12F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C12F is #8F3ED0. Grayscale: #989898. Windows color (decimal): -9387729 or 3129712. OLE color: 3129712.

HSL color Cylindrical-coordinate representation of color #70C12F: hue angle of 93.29º 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 #70C12F is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 193 47 -
CMYK 0.42 0 0.76 0.24
HSL 93.29º 0.61% 0.47% -
HSV(B) 93.29º 0.76% 0.76% -
XYZ 26.27 41.79 9.37 -
YUV 152.14 68.66 99.37 -
System Red Green Blue C M Y K H S L
Decimal 112 193 47 0.42 0 0.76 0.24 93.29 0.61 0.47
Hex 70 C1 2F 2A 0 4C 18 5D 3D 2F
Octal 160 301 57 52 0 114 30 135 75 57
Binary 1110000 11000001 101111 101010 0 1001100 11000 1011101 111101 101111

Color Harmonies of #70C12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C12F

Black with #70C12F

Text Example


Text Example

White with #70C12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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