Html Css Color HEX #70C12D Lima

📋 copy color: '#70C12D'

red 112 ◦ green 193 ◦ blue 45

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

Shades of Lima #70C12D

Tints of Lima #70C12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.86%

R = 32%
G = 55.14%
B = 12.86%

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

#70C12D (or 0x70C12D) is known color: Lima. HEX triplet: 70, C1 and 2D. RGB value is (112,193,45). Sum of RGB (Red+Green+Blue) = 112+193+45=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #70C12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C12D is #8F3ED2. Grayscale: #989898. Windows color (decimal): -9387731 or 2998640. OLE color: 2998640.

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

Color convert

RGB 112 193 45 -
CMYK 0.42 0 0.77 0.24
HSL 92.84º 0.62% 0.47% -
HSV(B) 92.84º 0.77% 0.76% -
XYZ 26.23 41.77 9.16 -
YUV 151.91 67.66 99.53 -
System Red Green Blue C M Y K H S L
Decimal 112 193 45 0.42 0 0.77 0.24 92.84 0.62 0.47
Hex 70 C1 2D 2A 0 4D 18 5D 3E 2F
Octal 160 301 55 52 0 115 30 135 76 57
Binary 1110000 11000001 101101 101010 0 1001101 11000 1011101 111110 101111

Color Harmonies of #70C12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C12D

Black with #70C12D

Text Example


Text Example

White with #70C12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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