Html Css Color HEX #70C524 Lima

📋 copy color: '#70C524'

red 112 ◦ green 197 ◦ blue 36

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

Shades of Lima #70C524

Tints of Lima #70C524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.43%

R = 32.46%
G = 57.1%
B = 10.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#70C524 (or 0x70C524) is known color: Lima. HEX triplet: 70, C5 and 24. RGB value is (112,197,36). Sum of RGB (Red+Green+Blue) = 112+197+36=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #70C524 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C524 is #8F3ADB. Grayscale: #999999. Windows color (decimal): -9386716 or 2409840. OLE color: 2409840.

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

Color convert

RGB 112 197 36 -
CMYK 0.43 0 0.82 0.23
HSL 91.68º 0.69% 0.46% -
HSV(B) 91.68º 0.82% 0.77% -
XYZ 26.97 43.5 8.65 -
YUV 153.23 61.84 98.59 -
System Red Green Blue C M Y K H S L
Decimal 112 197 36 0.43 0 0.82 0.23 91.68 0.69 0.46
Hex 70 C5 24 2B 0 52 17 5C 45 2E
Octal 160 305 44 53 0 122 27 134 105 56
Binary 1110000 11000101 100100 101011 0 1010010 10111 1011100 1000101 101110

Color Harmonies of #70C524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C524

Black with #70C524

Text Example


Text Example

White with #70C524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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