Html Css Color HEX #70D725 Lima

📋 copy color: '#70D725'

red 112 ◦ green 215 ◦ blue 37

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

Shades of Lima #70D725

Tints of Lima #70D725

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.07%

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

R = 30.77%
G = 59.07%
B = 10.16%

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

#70D725 (or 0x70D725) is known color: Lima. HEX triplet: 70, D7 and 25. RGB value is (112,215,37). Sum of RGB (Red+Green+Blue) = 112+215+37=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 215 (84.38% from 255 or 59.07% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 215 - color contains mainly: green. Hex color #70D725 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D725 is #8F28DA. Grayscale: #A4A4A4. Windows color (decimal): -9382107 or 2479984. OLE color: 2479984.

HSL color Cylindrical-coordinate representation of color #70D725: hue angle of 94.72º 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 #70D725 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 215 37 -
CMYK 0.48 0 0.83 0.16
HSL 94.72º 0.71% 0.49% -
HSV(B) 94.72º 0.83% 0.84% -
XYZ 31.32 52.18 10.17 -
YUV 163.91 56.38 90.97 -
System Red Green Blue C M Y K H S L
Decimal 112 215 37 0.48 0 0.83 0.16 94.72 0.71 0.49
Hex 70 D7 25 30 0 53 10 5F 47 31
Octal 160 327 45 60 0 123 20 137 107 61
Binary 1110000 11010111 100101 110000 0 1010011 10000 1011111 1000111 110001

Color Harmonies of #70D725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D725

Black with #70D725

Text Example


Text Example

White with #70D725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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