Html Css Color HEX #70CE2B Lima

📋 copy color: '#70CE2B'

red 112 ◦ green 206 ◦ blue 43

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

Shades of Lima #70CE2B

Tints of Lima #70CE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.91%

R = 31.02%
G = 57.06%
B = 11.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#70CE2B (or 0x70CE2B) is known color: Lima. HEX triplet: 70, CE and 2B. RGB value is (112,206,43). Sum of RGB (Red+Green+Blue) = 112+206+43=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CE2B is #8F31D4. Grayscale: #9F9F9F. Windows color (decimal): -9384405 or 2870896. OLE color: 2870896.

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

Color convert

RGB 112 206 43 -
CMYK 0.46 0 0.79 0.19
HSL 94.6º 0.65% 0.49% -
HSV(B) 94.6º 0.79% 0.81% -
XYZ 29.19 47.76 9.97 -
YUV 159.31 62.36 94.25 -
System Red Green Blue C M Y K H S L
Decimal 112 206 43 0.46 0 0.79 0.19 94.6 0.65 0.49
Hex 70 CE 2B 2E 0 4F 13 5F 41 31
Octal 160 316 53 56 0 117 23 137 101 61
Binary 1110000 11001110 101011 101110 0 1001111 10011 1011111 1000001 110001

Color Harmonies of #70CE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE2B

Black with #70CE2B

Text Example


Text Example

White with #70CE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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