Html Css Color HEX #70BC2A Lima

📋 copy color: '#70BC2A'

red 112 ◦ green 188 ◦ blue 42

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

Shades of Lima #70BC2A

Tints of Lima #70BC2A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.97%

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

R = 32.75%
G = 54.97%
B = 12.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#70BC2A (or 0x70BC2A) is known color: Lima. HEX triplet: 70, BC and 2A. RGB value is (112,188,42). Sum of RGB (Red+Green+Blue) = 112+188+42=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC2A is #8F43D5. Grayscale: #959595. Windows color (decimal): -9389014 or 2800752. OLE color: 2800752.

HSL color Cylindrical-coordinate representation of color #70BC2A: hue angle of 91.23º degrees, saturation: 0.63, 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 #70BC2A is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 42 -
CMYK 0.40 0 0.78 0.26
HSL 91.23º 0.63% 0.45% -
HSV(B) 91.23º 0.78% 0.74% -
XYZ 25.08 39.58 8.51 -
YUV 148.63 67.82 101.87 -
System Red Green Blue C M Y K H S L
Decimal 112 188 42 0.40 0 0.78 0.26 91.23 0.63 0.45
Hex 70 BC 2A 28 0 4E 1A 5B 3F 2D
Octal 160 274 52 50 0 116 32 133 77 55
Binary 1110000 10111100 101010 101000 0 1001110 11010 1011011 111111 101101

Color Harmonies of #70BC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC2A

Black with #70BC2A

Text Example


Text Example

White with #70BC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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