Html Css Color HEX #70C629 Lima

📋 copy color: '#70C629'

red 112 ◦ green 198 ◦ blue 41

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

Shades of Lima #70C629

Tints of Lima #70C629

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.41%

 BLUE value IS 41 (16.41% from 255) = 11.68%

R = 31.91%
G = 56.41%
B = 11.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#70C629 (or 0x70C629) is known color: Lima. HEX triplet: 70, C6 and 29. RGB value is (112,198,41). Sum of RGB (Red+Green+Blue) = 112+198+41=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 198 (77.73% from 255 or 56.41% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 198 - color contains mainly: green. Hex color #70C629 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C629 is #8F39D6. Grayscale: #9A9A9A. Windows color (decimal): -9386455 or 2737776. OLE color: 2737776.

HSL color Cylindrical-coordinate representation of color #70C629: hue angle of 92.87º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70C629 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 198 41 -
CMYK 0.43 0 0.79 0.22
HSL 92.87º 0.66% 0.47% -
HSV(B) 92.87º 0.79% 0.78% -
XYZ 27.28 43.99 9.15 -
YUV 154.39 64.01 97.77 -
System Red Green Blue C M Y K H S L
Decimal 112 198 41 0.43 0 0.79 0.22 92.87 0.66 0.47
Hex 70 C6 29 2B 0 4F 16 5D 42 2F
Octal 160 306 51 53 0 117 26 135 102 57
Binary 1110000 11000110 101001 101011 0 1001111 10110 1011101 1000010 101111

Color Harmonies of #70C629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C629

Black with #70C629

Text Example


Text Example

White with #70C629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,198,41); }

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

background-color css

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

 a { background-color: rgb(112,198,41); }

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

border-color css

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

 span { border-color: rgb(112,198,41); }

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