Html Css Color HEX #70E406 Lawn Green

📋 copy color: '#70E406'

red 112 ◦ green 228 ◦ blue 6

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

Shades of Lawn Green #70E406

Tints of Lawn Green #70E406

RGB

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

 GREEN value IS 228 (89.45% from 255) = 65.9%

 BLUE value IS 6 (2.73% from 255) = 1.73%

R = 32.37%
G = 65.9%
B = 1.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#70E406 (or 0x70E406) is known color: Lawn Green. HEX triplet: 70, E4 and 06. RGB value is (112,228,6). Sum of RGB (Red+Green+Blue) = 112+228+6=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 228 (89.45% from 255 or 65.90% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 228 - color contains mainly: green. Hex color #70E406 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E406 is #8F1BF9. Grayscale: #A8A8A8. Windows color (decimal): -9378810 or 451696. OLE color: 451696.

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

Color convert

RGB 112 228 6 -
CMYK 0.51 0 0.97 0.11
HSL 91.35º 0.95% 0.46% -
HSV(B) 91.35º 0.97% 0.89% -
XYZ 34.46 58.94 9.73 -
YUV 168.01 36.57 88.05 -
System Red Green Blue C M Y K H S L
Decimal 112 228 6 0.51 0 0.97 0.11 91.35 0.95 0.46
Hex 70 E4 6 33 0 61 B 5B 5F 2E
Octal 160 344 6 63 0 141 13 133 137 56
Binary 1110000 11100100 110 110011 0 1100001 1011 1011011 1011111 101110

Color Harmonies of #70E406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E406

Black with #70E406

Text Example


Text Example

White with #70E406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,228,6); }

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

background-color css

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

 a { background-color: rgb(112,228,6); }

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

border-color css

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

 span { border-color: rgb(112,228,6); }

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