Html Css Color HEX #70AF31 Lima

📋 copy color: '#70AF31'

red 112 ◦ green 175 ◦ blue 49

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

Shades of Lima #70AF31

Tints of Lima #70AF31

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.08%

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

R = 33.33%
G = 52.08%
B = 14.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#70AF31 (or 0x70AF31) is known color: Lima. HEX triplet: 70, AF and 31. RGB value is (112,175,49). Sum of RGB (Red+Green+Blue) = 112+175+49=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AF31 is #8F50CE. Grayscale: #8E8E8E. Windows color (decimal): -9392335 or 3256176. OLE color: 3256176.

HSL color Cylindrical-coordinate representation of color #70AF31: hue angle of 90º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70AF31 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 175 49 -
CMYK 0.36 0 0.72 0.31
HSL 90º 0.56% 0.44% -
HSV(B) 90º 0.72% 0.69% -
XYZ 22.57 34.33 8.34 -
YUV 141.8 75.63 106.75 -
System Red Green Blue C M Y K H S L
Decimal 112 175 49 0.36 0 0.72 0.31 90 0.56 0.44
Hex 70 AF 31 24 0 48 1F 5A 38 2C
Octal 160 257 61 44 0 110 37 132 70 54
Binary 1110000 10101111 110001 100100 0 1001000 11111 1011010 111000 101100

Color Harmonies of #70AF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AF31

Black with #70AF31

Text Example


Text Example

White with #70AF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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