Html Css Color HEX #70E224 Lawn Green

📋 copy color: '#70E224'

red 112 ◦ green 226 ◦ blue 36

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

Shades of Lawn Green #70E224

Tints of Lawn Green #70E224

RGB

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

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

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

R = 29.95%
G = 60.43%
B = 9.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#70E224 (or 0x70E224) is known color: Lawn Green. HEX triplet: 70, E2 and 24. RGB value is (112,226,36). Sum of RGB (Red+Green+Blue) = 112+226+36=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 226 (88.67% from 255 or 60.43% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 226 - color contains mainly: green. Hex color #70E224 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E224 is #8F1DDB. Grayscale: #AAAAAA. Windows color (decimal): -9379292 or 2417264. OLE color: 2417264.

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

Color convert

RGB 112 226 36 -
CMYK 0.50 0 0.84 0.11
HSL 96º 0.77% 0.51% -
HSV(B) 96º 0.84% 0.89% -
XYZ 34.2 57.96 11.06 -
YUV 170.25 52.23 86.45 -
System Red Green Blue C M Y K H S L
Decimal 112 226 36 0.50 0 0.84 0.11 96 0.77 0.51
Hex 70 E2 24 32 0 54 B 60 4D 33
Octal 160 342 44 62 0 124 13 140 115 63
Binary 1110000 11100010 100100 110010 0 1010100 1011 1100000 1001101 110011

Color Harmonies of #70E224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E224

Black with #70E224

Text Example


Text Example

White with #70E224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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