Html Css Color HEX #70CA23 Lima

📋 copy color: '#70CA23'

red 112 ◦ green 202 ◦ blue 35

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

Shades of Lima #70CA23

Tints of Lima #70CA23

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.88%

 BLUE value IS 35 (14.06% from 255) = 10.03%

R = 32.09%
G = 57.88%
B = 10.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#70CA23 (or 0x70CA23) is known color: Lima. HEX triplet: 70, CA and 23. RGB value is (112,202,35). Sum of RGB (Red+Green+Blue) = 112+202+35=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 35 (14.06% from 255 or 10.03% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CA23 is #8F35DC. Grayscale: #9C9C9C. Windows color (decimal): -9385437 or 2345584. OLE color: 2345584.

HSL color Cylindrical-coordinate representation of color #70CA23: hue angle of 92.34º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70CA23 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 202 35 -
CMYK 0.45 0 0.83 0.21
HSL 92.34º 0.7% 0.46% -
HSV(B) 92.34º 0.83% 0.79% -
XYZ 28.11 45.81 8.95 -
YUV 156.05 59.68 96.58 -
System Red Green Blue C M Y K H S L
Decimal 112 202 35 0.45 0 0.83 0.21 92.34 0.7 0.46
Hex 70 CA 23 2D 0 53 15 5C 46 2E
Octal 160 312 43 55 0 123 25 134 106 56
Binary 1110000 11001010 100011 101101 0 1010011 10101 1011100 1000110 101110

Color Harmonies of #70CA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CA23

Black with #70CA23

Text Example


Text Example

White with #70CA23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,202,35); }

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

background-color css

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

 a { background-color: rgb(112,202,35); }

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

border-color css

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

 span { border-color: rgb(112,202,35); }

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