Html Css Color HEX #70C12C Lima

📋 copy color: '#70C12C'

red 112 ◦ green 193 ◦ blue 44

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

Shades of Lima #70C12C

Tints of Lima #70C12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 32.09%
G = 55.3%
B = 12.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#70C12C (or 0x70C12C) is known color: Lima. HEX triplet: 70, C1 and 2C. RGB value is (112,193,44). Sum of RGB (Red+Green+Blue) = 112+193+44=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #70C12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C12C is #8F3ED3. Grayscale: #989898. Windows color (decimal): -9387732 or 2933104. OLE color: 2933104.

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

Color convert

RGB 112 193 44 -
CMYK 0.42 0 0.77 0.24
HSL 92.62º 0.63% 0.46% -
HSV(B) 92.62º 0.77% 0.76% -
XYZ 26.21 41.77 9.06 -
YUV 151.8 67.16 99.62 -
System Red Green Blue C M Y K H S L
Decimal 112 193 44 0.42 0 0.77 0.24 92.62 0.63 0.46
Hex 70 C1 2C 2A 0 4D 18 5D 3F 2E
Octal 160 301 54 52 0 115 30 135 77 56
Binary 1110000 11000001 101100 101010 0 1001101 11000 1011101 111111 101110

Color Harmonies of #70C12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C12C

Black with #70C12C

Text Example


Text Example

White with #70C12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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