Html Css Color HEX #70D41C Lima

📋 copy color: '#70D41C'

red 112 ◦ green 212 ◦ blue 28

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

Shades of Lima #70D41C

Tints of Lima #70D41C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.23%

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

R = 31.82%
G = 60.23%
B = 7.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#70D41C (or 0x70D41C) is known color: Lima. HEX triplet: 70, D4 and 1C. RGB value is (112,212,28). Sum of RGB (Red+Green+Blue) = 112+212+28=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 212 (83.20% from 255 or 60.23% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 212 - color contains mainly: green. Hex color #70D41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D41C is #8F2BE3. Grayscale: #A1A1A1. Windows color (decimal): -9382884 or 1889392. OLE color: 1889392.

HSL color Cylindrical-coordinate representation of color #70D41C: hue angle of 92.61º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70D41C is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 212 28 -
CMYK 0.47 0 0.87 0.17
HSL 92.61º 0.77% 0.47% -
HSV(B) 92.61º 0.87% 0.83% -
XYZ 30.44 50.62 9.26 -
YUV 161.12 52.87 92.96 -
System Red Green Blue C M Y K H S L
Decimal 112 212 28 0.47 0 0.87 0.17 92.61 0.77 0.47
Hex 70 D4 1C 2F 0 57 11 5D 4D 2F
Octal 160 324 34 57 0 127 21 135 115 57
Binary 1110000 11010100 11100 101111 0 1010111 10001 1011101 1001101 101111

Color Harmonies of #70D41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D41C

Black with #70D41C

Text Example


Text Example

White with #70D41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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