Html Css Color HEX #70E22C Lawn Green

📋 copy color: '#70E22C'

red 112 ◦ green 226 ◦ blue 44

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

Shades of Lawn Green #70E22C

Tints of Lawn Green #70E22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.52%

R = 29.32%
G = 59.16%
B = 11.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#70E22C (or 0x70E22C) is known color: Lawn Green. HEX triplet: 70, E2 and 2C. RGB value is (112,226,44). Sum of RGB (Red+Green+Blue) = 112+226+44=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 226 (88.67% from 255 or 59.16% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 226 - color contains mainly: green. Hex color #70E22C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E22C is #8F1DD3. Grayscale: #ABABAB. Windows color (decimal): -9379284 or 2941552. OLE color: 2941552.

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

Color convert

RGB 112 226 44 -
CMYK 0.50 0 0.81 0.11
HSL 97.58º 0.76% 0.53% -
HSV(B) 97.58º 0.81% 0.89% -
XYZ 34.33 58.02 11.77 -
YUV 171.17 56.23 85.8 -
System Red Green Blue C M Y K H S L
Decimal 112 226 44 0.50 0 0.81 0.11 97.58 0.76 0.53
Hex 70 E2 2C 32 0 51 B 62 4C 35
Octal 160 342 54 62 0 121 13 142 114 65
Binary 1110000 11100010 101100 110010 0 1010001 1011 1100010 1001100 110101

Color Harmonies of #70E22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E22C

Black with #70E22C

Text Example


Text Example

White with #70E22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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