Html Css Color HEX #70D325 Lima

📋 copy color: '#70D325'

red 112 ◦ green 211 ◦ blue 37

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

Shades of Lima #70D325

Tints of Lima #70D325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 58.61%

 BLUE value IS 37 (14.84% from 255) = 10.28%

R = 31.11%
G = 58.61%
B = 10.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#70D325 (or 0x70D325) is known color: Lima. HEX triplet: 70, D3 and 25. RGB value is (112,211,37). Sum of RGB (Red+Green+Blue) = 112+211+37=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 211 (82.81% from 255 or 58.61% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 211 - color contains mainly: green. Hex color #70D325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D325 is #8F2CDA. Grayscale: #A2A2A2. Windows color (decimal): -9383131 or 2478960. OLE color: 2478960.

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

Color convert

RGB 112 211 37 -
CMYK 0.47 0 0.82 0.17
HSL 94.14º 0.7% 0.49% -
HSV(B) 94.14º 0.82% 0.83% -
XYZ 30.31 50.17 9.84 -
YUV 161.56 57.7 92.65 -
System Red Green Blue C M Y K H S L
Decimal 112 211 37 0.47 0 0.82 0.17 94.14 0.7 0.49
Hex 70 D3 25 2F 0 52 11 5E 46 31
Octal 160 323 45 57 0 122 21 136 106 61
Binary 1110000 11010011 100101 101111 0 1010010 10001 1011110 1000110 110001

Color Harmonies of #70D325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D325

Black with #70D325

Text Example


Text Example

White with #70D325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,211,37); }

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

background-color css

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

 a { background-color: rgb(112,211,37); }

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

border-color css

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

 span { border-color: rgb(112,211,37); }

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