Html Css Color HEX #70B033 Lima

📋 copy color: '#70B033'

red 112 ◦ green 176 ◦ blue 51

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

Shades of Lima #70B033

Tints of Lima #70B033

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.92%

 BLUE value IS 51 (20.31% from 255) = 15.04%

R = 33.04%
G = 51.92%
B = 15.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#70B033 (or 0x70B033) is known color: Lima. HEX triplet: 70, B0 and 33. RGB value is (112,176,51). Sum of RGB (Red+Green+Blue) = 112+176+51=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #70B033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B033 is #8F4FCC. Grayscale: #8F8F8F. Windows color (decimal): -9392077 or 3387504. OLE color: 3387504.

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

Color convert

RGB 112 176 51 -
CMYK 0.36 0 0.71 0.31
HSL 90.72º 0.55% 0.45% -
HSV(B) 90.72º 0.71% 0.69% -
XYZ 22.8 34.73 8.63 -
YUV 142.61 76.3 106.16 -
System Red Green Blue C M Y K H S L
Decimal 112 176 51 0.36 0 0.71 0.31 90.72 0.55 0.45
Hex 70 B0 33 24 0 47 1F 5B 37 2D
Octal 160 260 63 44 0 107 37 133 67 55
Binary 1110000 10110000 110011 100100 0 1000111 11111 1011011 110111 101101

Color Harmonies of #70B033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B033

Black with #70B033

Text Example


Text Example

White with #70B033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,176,51); }

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

background-color css

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

 a { background-color: rgb(112,176,51); }

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

border-color css

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

 span { border-color: rgb(112,176,51); }

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