Html Css Color HEX #70E316 Lawn Green

📋 copy color: '#70E316'

red 112 ◦ green 227 ◦ blue 22

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

Shades of Lawn Green #70E316

Tints of Lawn Green #70E316

RGB

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

 GREEN value IS 227 (89.06% from 255) = 62.88%

 BLUE value IS 22 (8.98% from 255) = 6.09%

R = 31.02%
G = 62.88%
B = 6.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#70E316 (or 0x70E316) is known color: Lawn Green. HEX triplet: 70, E3 and 16. RGB value is (112,227,22). Sum of RGB (Red+Green+Blue) = 112+227+22=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 227 (89.06% from 255 or 62.88% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 227 - color contains mainly: green. Hex color #70E316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E316 is #8F1CE9. Grayscale: #A9A9A9. Windows color (decimal): -9379050 or 1500016. OLE color: 1500016.

HSL color Cylindrical-coordinate representation of color #70E316: hue angle of 93.66º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70E316 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 227 22 -
CMYK 0.51 0 0.90 0.11
HSL 93.66º 0.82% 0.49% -
HSV(B) 93.66º 0.9% 0.89% -
XYZ 34.3 58.44 10.23 -
YUV 169.25 44.9 87.17 -
System Red Green Blue C M Y K H S L
Decimal 112 227 22 0.51 0 0.90 0.11 93.66 0.82 0.49
Hex 70 E3 16 33 0 5A B 5E 52 31
Octal 160 343 26 63 0 132 13 136 122 61
Binary 1110000 11100011 10110 110011 0 1011010 1011 1011110 1010010 110001

Color Harmonies of #70E316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E316

Black with #70E316

Text Example


Text Example

White with #70E316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,227,22); }

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

background-color css

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

 a { background-color: rgb(112,227,22); }

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

border-color css

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

 span { border-color: rgb(112,227,22); }

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