Html Css Color HEX #70C02A Lima

📋 copy color: '#70C02A'

red 112 ◦ green 192 ◦ blue 42

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

Shades of Lima #70C02A

Tints of Lima #70C02A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.49%

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

R = 32.37%
G = 55.49%
B = 12.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#70C02A (or 0x70C02A) is known color: Lima. HEX triplet: 70, C0 and 2A. RGB value is (112,192,42). Sum of RGB (Red+Green+Blue) = 112+192+42=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #70C02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C02A is #8F3FD5. Grayscale: #979797. Windows color (decimal): -9387990 or 2801776. OLE color: 2801776.

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

Color convert

RGB 112 192 42 -
CMYK 0.42 0 0.78 0.25
HSL 92º 0.64% 0.46% -
HSV(B) 92º 0.78% 0.75% -
XYZ 25.95 41.31 8.8 -
YUV 150.98 66.5 100.2 -
System Red Green Blue C M Y K H S L
Decimal 112 192 42 0.42 0 0.78 0.25 92 0.64 0.46
Hex 70 C0 2A 2A 0 4E 19 5C 40 2E
Octal 160 300 52 52 0 116 31 134 100 56
Binary 1110000 11000000 101010 101010 0 1001110 11001 1011100 1000000 101110

Color Harmonies of #70C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C02A

Black with #70C02A

Text Example


Text Example

White with #70C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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