Html Css Color HEX #70BD2A Lima

📋 copy color: '#70BD2A'

red 112 ◦ green 189 ◦ blue 42

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

Shades of Lima #70BD2A

Tints of Lima #70BD2A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.1%

 BLUE value IS 42 (16.8% from 255) = 12.24%

R = 32.65%
G = 55.1%
B = 12.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#70BD2A (or 0x70BD2A) is known color: Lima. HEX triplet: 70, BD and 2A. RGB value is (112,189,42). Sum of RGB (Red+Green+Blue) = 112+189+42=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BD2A is #8F42D5. Grayscale: #959595. Windows color (decimal): -9388758 or 2801008. OLE color: 2801008.

HSL color Cylindrical-coordinate representation of color #70BD2A: hue angle of 91.43º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70BD2A is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 189 42 -
CMYK 0.41 0 0.78 0.26
HSL 91.43º 0.64% 0.45% -
HSV(B) 91.43º 0.78% 0.74% -
XYZ 25.3 40.01 8.58 -
YUV 149.22 67.49 101.45 -
System Red Green Blue C M Y K H S L
Decimal 112 189 42 0.41 0 0.78 0.26 91.43 0.64 0.45
Hex 70 BD 2A 29 0 4E 1A 5B 40 2D
Octal 160 275 52 51 0 116 32 133 100 55
Binary 1110000 10111101 101010 101001 0 1001110 11010 1011011 1000000 101101

Color Harmonies of #70BD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD2A

Black with #70BD2A

Text Example


Text Example

White with #70BD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,189,42); }

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

background-color css

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

 a { background-color: rgb(112,189,42); }

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

border-color css

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

 span { border-color: rgb(112,189,42); }

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