Html Css Color HEX #70CD2C Lima

📋 copy color: '#70CD2C'

red 112 ◦ green 205 ◦ blue 44

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

Shades of Lima #70CD2C

Tints of Lima #70CD2C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.79%

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

R = 31.02%
G = 56.79%
B = 12.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#70CD2C (or 0x70CD2C) is known color: Lima. HEX triplet: 70, CD and 2C. RGB value is (112,205,44). Sum of RGB (Red+Green+Blue) = 112+205+44=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 205 (80.47% from 255 or 56.79% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CD2C is #8F32D3. Grayscale: #9F9F9F. Windows color (decimal): -9384660 or 2936176. OLE color: 2936176.

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

Color convert

RGB 112 205 44 -
CMYK 0.45 0 0.79 0.20
HSL 94.66º 0.65% 0.49% -
HSV(B) 94.66º 0.79% 0.8% -
XYZ 28.97 47.29 9.98 -
YUV 158.84 63.19 94.59 -
System Red Green Blue C M Y K H S L
Decimal 112 205 44 0.45 0 0.79 0.20 94.66 0.65 0.49
Hex 70 CD 2C 2D 0 4F 14 5F 41 31
Octal 160 315 54 55 0 117 24 137 101 61
Binary 1110000 11001101 101100 101101 0 1001111 10100 1011111 1000001 110001

Color Harmonies of #70CD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CD2C

Black with #70CD2C

Text Example


Text Example

White with #70CD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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