Html Css Color HEX #70D625 Lima

📋 copy color: '#70D625'

red 112 ◦ green 214 ◦ blue 37

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

Shades of Lima #70D625

Tints of Lima #70D625

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.95%

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

R = 30.85%
G = 58.95%
B = 10.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#70D625 (or 0x70D625) is known color: Lima. HEX triplet: 70, D6 and 25. RGB value is (112,214,37). Sum of RGB (Red+Green+Blue) = 112+214+37=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #70D625 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D625 is #8F29DA. Grayscale: #A3A3A3. Windows color (decimal): -9382363 or 2479728. OLE color: 2479728.

HSL color Cylindrical-coordinate representation of color #70D625: hue angle of 94.58º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70D625 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 214 37 -
CMYK 0.48 0 0.83 0.16
HSL 94.58º 0.71% 0.49% -
HSV(B) 94.58º 0.83% 0.84% -
XYZ 31.06 51.67 10.09 -
YUV 163.32 56.71 91.39 -
System Red Green Blue C M Y K H S L
Decimal 112 214 37 0.48 0 0.83 0.16 94.58 0.71 0.49
Hex 70 D6 25 30 0 53 10 5F 47 31
Octal 160 326 45 60 0 123 20 137 107 61
Binary 1110000 11010110 100101 110000 0 1010011 10000 1011111 1000111 110001

Color Harmonies of #70D625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D625

Black with #70D625

Text Example


Text Example

White with #70D625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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