Html Css Color HEX #70F004 Lawn Green

📋 copy color: '#70F004'

red 112 ◦ green 240 ◦ blue 4

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

Shades of Lawn Green #70F004

Tints of Lawn Green #70F004

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.42%

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

R = 31.46%
G = 67.42%
B = 1.12%

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

#70F004 (or 0x70F004) is known color: Lawn Green. HEX triplet: 70, F0 and 04. RGB value is (112,240,4). Sum of RGB (Red+Green+Blue) = 112+240+4=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #70F004 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F004 is #8F0FFB. Grayscale: #AFAFAF. Windows color (decimal): -9375740 or 323696. OLE color: 323696.

HSL color Cylindrical-coordinate representation of color #70F004: hue angle of 92.54º 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 #70F004 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 240 4 -
CMYK 0.53 0 0.98 0.06
HSL 92.54º 0.97% 0.48% -
HSV(B) 92.54º 0.98% 0.94% -
XYZ 37.86 65.77 10.81 -
YUV 174.82 31.59 83.19 -
System Red Green Blue C M Y K H S L
Decimal 112 240 4 0.53 0 0.98 0.06 92.54 0.97 0.48
Hex 70 F0 4 35 0 62 6 5D 61 30
Octal 160 360 4 65 0 142 6 135 141 60
Binary 1110000 11110000 100 110101 0 1100010 110 1011101 1100001 110000

Color Harmonies of #70F004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F004

Black with #70F004

Text Example


Text Example

White with #70F004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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