Html Css Color HEX #70C02C Lima

📋 copy color: '#70C02C'

red 112 ◦ green 192 ◦ blue 44

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

Shades of Lima #70C02C

Tints of Lima #70C02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.64%

R = 32.18%
G = 55.17%
B = 12.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#70C02C (or 0x70C02C) is known color: Lima. HEX triplet: 70, C0 and 2C. RGB value is (112,192,44). Sum of RGB (Red+Green+Blue) = 112+192+44=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #70C02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C02C is #8F3FD3. Grayscale: #979797. Windows color (decimal): -9387988 or 2932848. OLE color: 2932848.

HSL color Cylindrical-coordinate representation of color #70C02C: hue angle of 92.43º 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 #70C02C is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 192 44 -
CMYK 0.42 0 0.77 0.25
HSL 92.43º 0.63% 0.46% -
HSV(B) 92.43º 0.77% 0.75% -
XYZ 25.99 41.33 8.99 -
YUV 151.21 67.5 100.03 -
System Red Green Blue C M Y K H S L
Decimal 112 192 44 0.42 0 0.77 0.25 92.43 0.63 0.46
Hex 70 C0 2C 2A 0 4D 19 5C 3F 2E
Octal 160 300 54 52 0 115 31 134 77 56
Binary 1110000 11000000 101100 101010 0 1001101 11001 1011100 111111 101110

Color Harmonies of #70C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C02C

Black with #70C02C

Text Example


Text Example

White with #70C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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