Html Css Color HEX #70D729 Lima

📋 copy color: '#70D729'

red 112 ◦ green 215 ◦ blue 41

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

Shades of Lima #70D729

Tints of Lima #70D729

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.42%

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

R = 30.43%
G = 58.42%
B = 11.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#70D729 (or 0x70D729) is known color: Lima. HEX triplet: 70, D7 and 29. RGB value is (112,215,41). Sum of RGB (Red+Green+Blue) = 112+215+41=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 215 (84.38% from 255 or 58.42% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 215 - color contains mainly: green. Hex color #70D729 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D729 is #8F28D6. Grayscale: #A4A4A4. Windows color (decimal): -9382103 or 2742128. OLE color: 2742128.

HSL color Cylindrical-coordinate representation of color #70D729: hue angle of 95.52º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70D729 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 215 41 -
CMYK 0.48 0 0.81 0.16
HSL 95.52º 0.69% 0.5% -
HSV(B) 95.52º 0.81% 0.84% -
XYZ 31.38 52.21 10.52 -
YUV 164.37 58.38 90.65 -
System Red Green Blue C M Y K H S L
Decimal 112 215 41 0.48 0 0.81 0.16 95.52 0.69 0.5
Hex 70 D7 29 30 0 51 10 60 45 32
Octal 160 327 51 60 0 121 20 140 105 62
Binary 1110000 11010111 101001 110000 0 1010001 10000 1100000 1000101 110010

Color Harmonies of #70D729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D729

Black with #70D729

Text Example


Text Example

White with #70D729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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