Html Css Color HEX #70CE1C Lima

📋 copy color: '#70CE1C'

red 112 ◦ green 206 ◦ blue 28

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

Shades of Lima #70CE1C

Tints of Lima #70CE1C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 59.54%

 BLUE value IS 28 (11.33% from 255) = 8.09%

R = 32.37%
G = 59.54%
B = 8.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#70CE1C (or 0x70CE1C) is known color: Lima. HEX triplet: 70, CE and 1C. RGB value is (112,206,28). Sum of RGB (Red+Green+Blue) = 112+206+28=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 206 (80.86% from 255 or 59.54% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CE1C is #8F31E3. Grayscale: #9E9E9E. Windows color (decimal): -9384420 or 1887856. OLE color: 1887856.

HSL color Cylindrical-coordinate representation of color #70CE1C: hue angle of 91.69º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70CE1C is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 28 -
CMYK 0.46 0 0.86 0.19
HSL 91.69º 0.76% 0.46% -
HSV(B) 91.69º 0.86% 0.81% -
XYZ 28.96 47.67 8.77 -
YUV 157.6 54.86 95.47 -
System Red Green Blue C M Y K H S L
Decimal 112 206 28 0.46 0 0.86 0.19 91.69 0.76 0.46
Hex 70 CE 1C 2E 0 56 13 5C 4C 2E
Octal 160 316 34 56 0 126 23 134 114 56
Binary 1110000 11001110 11100 101110 0 1010110 10011 1011100 1001100 101110

Color Harmonies of #70CE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE1C

Black with #70CE1C

Text Example


Text Example

White with #70CE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,206,28); }

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

background-color css

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

 a { background-color: rgb(112,206,28); }

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

border-color css

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

 span { border-color: rgb(112,206,28); }

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