Html Css Color HEX #70B030 Lima

📋 copy color: '#70B030'

red 112 ◦ green 176 ◦ blue 48

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

Shades of Lima #70B030

Tints of Lima #70B030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.29%

R = 33.33%
G = 52.38%
B = 14.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#70B030 (or 0x70B030) is known color: Lima. HEX triplet: 70, B0 and 30. RGB value is (112,176,48). Sum of RGB (Red+Green+Blue) = 112+176+48=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #70B030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B030 is #8F4FCF. Grayscale: #8E8E8E. Windows color (decimal): -9392080 or 3190896. OLE color: 3190896.

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

Color convert

RGB 112 176 48 -
CMYK 0.36 0 0.73 0.31
HSL 90º 0.57% 0.44% -
HSV(B) 90º 0.73% 0.69% -
XYZ 22.74 34.71 8.3 -
YUV 142.27 74.8 106.41 -
System Red Green Blue C M Y K H S L
Decimal 112 176 48 0.36 0 0.73 0.31 90 0.57 0.44
Hex 70 B0 30 24 0 49 1F 5A 39 2C
Octal 160 260 60 44 0 111 37 132 71 54
Binary 1110000 10110000 110000 100100 0 1001001 11111 1011010 111001 101100

Color Harmonies of #70B030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B030

Black with #70B030

Text Example


Text Example

White with #70B030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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