Html Css Color HEX #70C525 Lima

📋 copy color: '#70C525'

red 112 ◦ green 197 ◦ blue 37

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

Shades of Lima #70C525

Tints of Lima #70C525

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.94%

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

R = 32.37%
G = 56.94%
B = 10.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#70C525 (or 0x70C525) is known color: Lima. HEX triplet: 70, C5 and 25. RGB value is (112,197,37). Sum of RGB (Red+Green+Blue) = 112+197+37=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #70C525 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C525 is #8F3ADA. Grayscale: #999999. Windows color (decimal): -9386715 or 2475376. OLE color: 2475376.

HSL color Cylindrical-coordinate representation of color #70C525: hue angle of 91.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70C525 is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 197 37 -
CMYK 0.43 0 0.81 0.23
HSL 91.88º 0.68% 0.46% -
HSV(B) 91.88º 0.81% 0.77% -
XYZ 26.98 43.51 8.73 -
YUV 153.35 62.34 98.51 -
System Red Green Blue C M Y K H S L
Decimal 112 197 37 0.43 0 0.81 0.23 91.88 0.68 0.46
Hex 70 C5 25 2B 0 51 17 5C 44 2E
Octal 160 305 45 53 0 121 27 134 104 56
Binary 1110000 11000101 100101 101011 0 1010001 10111 1011100 1000100 101110

Color Harmonies of #70C525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C525

Black with #70C525

Text Example


Text Example

White with #70C525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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