Html Css Color HEX #70BA2C Lima

📋 copy color: '#70BA2C'

red 112 ◦ green 186 ◦ blue 44

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

Shades of Lima #70BA2C

Tints of Lima #70BA2C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.39%

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

R = 32.75%
G = 54.39%
B = 12.87%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#70BA2C (or 0x70BA2C) is known color: Lima. HEX triplet: 70, BA and 2C. RGB value is (112,186,44). Sum of RGB (Red+Green+Blue) = 112+186+44=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA2C is #8F45D3. Grayscale: #949494. Windows color (decimal): -9389524 or 2931312. OLE color: 2931312.

HSL color Cylindrical-coordinate representation of color #70BA2C: hue angle of 91.27º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70BA2C is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 44 -
CMYK 0.40 0 0.76 0.27
HSL 91.27º 0.62% 0.45% -
HSV(B) 91.27º 0.76% 0.73% -
XYZ 24.7 38.74 8.56 -
YUV 147.69 69.48 102.55 -
System Red Green Blue C M Y K H S L
Decimal 112 186 44 0.40 0 0.76 0.27 91.27 0.62 0.45
Hex 70 BA 2C 28 0 4C 1B 5B 3E 2D
Octal 160 272 54 50 0 114 33 133 76 55
Binary 1110000 10111010 101100 101000 0 1001100 11011 1011011 111110 101101

Color Harmonies of #70BA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA2C

Black with #70BA2C

Text Example


Text Example

White with #70BA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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