Html Css Color HEX #70C729 Lima

📋 copy color: '#70C729'

red 112 ◦ green 199 ◦ blue 41

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

Shades of Lima #70C729

Tints of Lima #70C729

RGB

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

 GREEN value IS 199 (78.13% from 255) = 56.53%

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

R = 31.82%
G = 56.53%
B = 11.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#70C729 (or 0x70C729) is known color: Lima. HEX triplet: 70, C7 and 29. RGB value is (112,199,41). Sum of RGB (Red+Green+Blue) = 112+199+41=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #70C729 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C729 is #8F38D6. Grayscale: #9B9B9B. Windows color (decimal): -9386199 or 2738032. OLE color: 2738032.

HSL color Cylindrical-coordinate representation of color #70C729: hue angle of 93.04º 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 #70C729 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 199 41 -
CMYK 0.44 0 0.79 0.22
HSL 93.04º 0.66% 0.47% -
HSV(B) 93.04º 0.79% 0.78% -
XYZ 27.51 44.45 9.23 -
YUV 154.98 63.68 97.35 -
System Red Green Blue C M Y K H S L
Decimal 112 199 41 0.44 0 0.79 0.22 93.04 0.66 0.47
Hex 70 C7 29 2C 0 4F 16 5D 42 2F
Octal 160 307 51 54 0 117 26 135 102 57
Binary 1110000 11000111 101001 101100 0 1001111 10110 1011101 1000010 101111

Color Harmonies of #70C729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C729

Black with #70C729

Text Example


Text Example

White with #70C729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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