Html Css Color HEX #70B530 Lima

📋 copy color: '#70B530'

red 112 ◦ green 181 ◦ blue 48

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

Shades of Lima #70B530

Tints of Lima #70B530

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.08%

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

R = 32.84%
G = 53.08%
B = 14.08%

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

#70B530 (or 0x70B530) is known color: Lima. HEX triplet: 70, B5 and 30. RGB value is (112,181,48). Sum of RGB (Red+Green+Blue) = 112+181+48=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #70B530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B530 is #8F4ACF. Grayscale: #919191. Windows color (decimal): -9390800 or 3192176. OLE color: 3192176.

HSL color Cylindrical-coordinate representation of color #70B530: hue angle of 91.13º degrees, saturation: 0.58, 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 #70B530 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 181 48 -
CMYK 0.38 0 0.73 0.29
HSL 91.13º 0.58% 0.45% -
HSV(B) 91.13º 0.73% 0.71% -
XYZ 23.74 36.71 8.63 -
YUV 145.21 73.14 104.31 -
System Red Green Blue C M Y K H S L
Decimal 112 181 48 0.38 0 0.73 0.29 91.13 0.58 0.45
Hex 70 B5 30 26 0 49 1D 5B 3A 2D
Octal 160 265 60 46 0 111 35 133 72 55
Binary 1110000 10110101 110000 100110 0 1001001 11101 1011011 111010 101101

Color Harmonies of #70B530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B530

Black with #70B530

Text Example


Text Example

White with #70B530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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