Html Css Color HEX #70E223 Lawn Green

📋 copy color: '#70E223'

red 112 ◦ green 226 ◦ blue 35

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

Shades of Lawn Green #70E223

Tints of Lawn Green #70E223

RGB

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

 GREEN value IS 226 (88.67% from 255) = 60.59%

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

R = 30.03%
G = 60.59%
B = 9.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#70E223 (or 0x70E223) is known color: Lawn Green. HEX triplet: 70, E2 and 23. RGB value is (112,226,35). Sum of RGB (Red+Green+Blue) = 112+226+35=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 226 (88.67% from 255 or 60.59% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 226 - color contains mainly: green. Hex color #70E223 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E223 is #8F1DDC. Grayscale: #AAAAAA. Windows color (decimal): -9379293 or 2351728. OLE color: 2351728.

HSL color Cylindrical-coordinate representation of color #70E223: hue angle of 95.81º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70E223 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 226 35 -
CMYK 0.50 0 0.85 0.11
HSL 95.81º 0.77% 0.51% -
HSV(B) 95.81º 0.85% 0.89% -
XYZ 34.18 57.96 10.98 -
YUV 170.14 51.73 86.53 -
System Red Green Blue C M Y K H S L
Decimal 112 226 35 0.50 0 0.85 0.11 95.81 0.77 0.51
Hex 70 E2 23 32 0 55 B 60 4D 33
Octal 160 342 43 62 0 125 13 140 115 63
Binary 1110000 11100010 100011 110010 0 1010101 1011 1100000 1001101 110011

Color Harmonies of #70E223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E223

Black with #70E223

Text Example


Text Example

White with #70E223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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