Html Css Color HEX #70B730 Lima

📋 copy color: '#70B730'

red 112 ◦ green 183 ◦ blue 48

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

Shades of Lima #70B730

Tints of Lima #70B730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.35%

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

R = 32.65%
G = 53.35%
B = 13.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#70B730 (or 0x70B730) is known color: Lima. HEX triplet: 70, B7 and 30. RGB value is (112,183,48). Sum of RGB (Red+Green+Blue) = 112+183+48=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 183 (71.88% from 255 or 53.35% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 183 - color contains mainly: green. Hex color #70B730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B730 is #8F48CF. Grayscale: #929292. Windows color (decimal): -9390288 or 3192688. OLE color: 3192688.

HSL color Cylindrical-coordinate representation of color #70B730: hue angle of 91.56º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70B730 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 183 48 -
CMYK 0.39 0 0.74 0.28
HSL 91.56º 0.58% 0.45% -
HSV(B) 91.56º 0.74% 0.72% -
XYZ 24.15 37.53 8.77 -
YUV 146.38 72.48 103.48 -
System Red Green Blue C M Y K H S L
Decimal 112 183 48 0.39 0 0.74 0.28 91.56 0.58 0.45
Hex 70 B7 30 27 0 4A 1C 5C 3A 2D
Octal 160 267 60 47 0 112 34 134 72 55
Binary 1110000 10110111 110000 100111 0 1001010 11100 1011100 111010 101101

Color Harmonies of #70B730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B730

Black with #70B730

Text Example


Text Example

White with #70B730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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