Html Css Color HEX #70EF04 Lawn Green

📋 copy color: '#70EF04'

red 112 ◦ green 239 ◦ blue 4

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

Shades of Lawn Green #70EF04

Tints of Lawn Green #70EF04

RGB

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

 GREEN value IS 239 (93.75% from 255) = 67.32%

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

R = 31.55%
G = 67.32%
B = 1.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#70EF04 (or 0x70EF04) is known color: Lawn Green. HEX triplet: 70, EF and 04. RGB value is (112,239,4). Sum of RGB (Red+Green+Blue) = 112+239+4=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 239 (93.75% from 255 or 67.32% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70EF04 is #8F10FB. Grayscale: #AFAFAF. Windows color (decimal): -9375996 or 323440. OLE color: 323440.

HSL color Cylindrical-coordinate representation of color #70EF04: hue angle of 92.43º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70EF04 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 4 -
CMYK 0.53 0 0.98 0.06
HSL 92.43º 0.97% 0.48% -
HSV(B) 92.43º 0.98% 0.94% -
XYZ 37.57 65.19 10.72 -
YUV 174.24 31.92 83.61 -
System Red Green Blue C M Y K H S L
Decimal 112 239 4 0.53 0 0.98 0.06 92.43 0.97 0.48
Hex 70 EF 4 35 0 62 6 5C 61 30
Octal 160 357 4 65 0 142 6 134 141 60
Binary 1110000 11101111 100 110101 0 1100010 110 1011100 1100001 110000

Color Harmonies of #70EF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EF04

Black with #70EF04

Text Example


Text Example

White with #70EF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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