Html Css Color HEX #70EA04 Lawn Green

📋 copy color: '#70EA04'

red 112 ◦ green 234 ◦ blue 4

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

Shades of Lawn Green #70EA04

Tints of Lawn Green #70EA04

RGB

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

 GREEN value IS 234 (91.8% from 255) = 66.86%

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 32%
G = 66.86%
B = 1.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#70EA04 (or 0x70EA04) is known color: Lawn Green. HEX triplet: 70, EA and 04. RGB value is (112,234,4). Sum of RGB (Red+Green+Blue) = 112+234+4=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 234 (91.80% from 255 or 66.86% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70EA04 is #8F15FB. Grayscale: #ACACAC. Windows color (decimal): -9377276 or 322160. OLE color: 322160.

HSL color Cylindrical-coordinate representation of color #70EA04: hue angle of 91.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70EA04 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 234 4 -
CMYK 0.52 0 0.98 0.08
HSL 91.83º 0.97% 0.47% -
HSV(B) 91.83º 0.98% 0.92% -
XYZ 36.13 62.3 10.24 -
YUV 171.3 33.58 85.7 -
System Red Green Blue C M Y K H S L
Decimal 112 234 4 0.52 0 0.98 0.08 91.83 0.97 0.47
Hex 70 EA 4 34 0 62 8 5C 61 2F
Octal 160 352 4 64 0 142 10 134 141 57
Binary 1110000 11101010 100 110100 0 1100010 1000 1011100 1100001 101111

Color Harmonies of #70EA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EA04

Black with #70EA04

Text Example


Text Example

White with #70EA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,234,4); }

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

background-color css

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

 a { background-color: rgb(112,234,4); }

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

border-color css

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

 span { border-color: rgb(112,234,4); }

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