Html Css Color HEX #70BE2B Lima

📋 copy color: '#70BE2B'

red 112 ◦ green 190 ◦ blue 43

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

Shades of Lima #70BE2B

Tints of Lima #70BE2B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.07%

 BLUE value IS 43 (17.19% from 255) = 12.46%

R = 32.46%
G = 55.07%
B = 12.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#70BE2B (or 0x70BE2B) is known color: Lima. HEX triplet: 70, BE and 2B. RGB value is (112,190,43). Sum of RGB (Red+Green+Blue) = 112+190+43=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BE2B is #8F41D4. Grayscale: #969696. Windows color (decimal): -9388501 or 2866800. OLE color: 2866800.

HSL color Cylindrical-coordinate representation of color #70BE2B: hue angle of 91.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70BE2B is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 190 43 -
CMYK 0.41 0 0.77 0.25
HSL 91.84º 0.63% 0.46% -
HSV(B) 91.84º 0.77% 0.75% -
XYZ 25.53 40.45 8.75 -
YUV 149.92 67.66 100.95 -
System Red Green Blue C M Y K H S L
Decimal 112 190 43 0.41 0 0.77 0.25 91.84 0.63 0.46
Hex 70 BE 2B 29 0 4D 19 5C 3F 2E
Octal 160 276 53 51 0 115 31 134 77 56
Binary 1110000 10111110 101011 101001 0 1001101 11001 1011100 111111 101110

Color Harmonies of #70BE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BE2B

Black with #70BE2B

Text Example


Text Example

White with #70BE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,190,43); }

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

background-color css

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

 a { background-color: rgb(112,190,43); }

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

border-color css

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

 span { border-color: rgb(112,190,43); }

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