Html Css Color HEX #70B431 Lima

📋 copy color: '#70B431'

red 112 ◦ green 180 ◦ blue 49

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

Shades of Lima #70B431

Tints of Lima #70B431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.79%

 BLUE value IS 49 (19.53% from 255) = 14.37%

R = 32.84%
G = 52.79%
B = 14.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#70B431 (or 0x70B431) is known color: Lima. HEX triplet: 70, B4 and 31. RGB value is (112,180,49). Sum of RGB (Red+Green+Blue) = 112+180+49=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #70B431 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B431 is #8F4BCE. Grayscale: #919191. Windows color (decimal): -9391055 or 3257456. OLE color: 3257456.

HSL color Cylindrical-coordinate representation of color #70B431: hue angle of 91.15º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70B431 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 180 49 -
CMYK 0.38 0 0.73 0.29
HSL 91.15º 0.57% 0.45% -
HSV(B) 91.15º 0.73% 0.71% -
XYZ 23.56 36.31 8.67 -
YUV 144.73 73.97 104.65 -
System Red Green Blue C M Y K H S L
Decimal 112 180 49 0.38 0 0.73 0.29 91.15 0.57 0.45
Hex 70 B4 31 26 0 49 1D 5B 39 2D
Octal 160 264 61 46 0 111 35 133 71 55
Binary 1110000 10110100 110001 100110 0 1001001 11101 1011011 111001 101101

Color Harmonies of #70B431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B431

Black with #70B431

Text Example


Text Example

White with #70B431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,180,49); }

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

background-color css

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

 a { background-color: rgb(112,180,49); }

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

border-color css

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

 span { border-color: rgb(112,180,49); }

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