Html Css Color HEX #70F014 Lawn Green

📋 copy color: '#70F014'

red 112 ◦ green 240 ◦ blue 20

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

Shades of Lawn Green #70F014

Tints of Lawn Green #70F014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.38%

R = 30.11%
G = 64.52%
B = 5.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#70F014 (or 0x70F014) is known color: Lawn Green. HEX triplet: 70, F0 and 14. RGB value is (112,240,20). Sum of RGB (Red+Green+Blue) = 112+240+20=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 240 (94.14% from 255 or 64.52% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 240 - color contains mainly: green. Hex color #70F014 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F014 is #8F0FEB. Grayscale: #B1B1B1. Windows color (decimal): -9375724 or 1372272. OLE color: 1372272.

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

Color convert

RGB 112 240 20 -
CMYK 0.53 0 0.92 0.06
HSL 94.91º 0.88% 0.51% -
HSV(B) 94.91º 0.92% 0.94% -
XYZ 37.97 65.82 11.36 -
YUV 176.65 39.59 81.89 -
System Red Green Blue C M Y K H S L
Decimal 112 240 20 0.53 0 0.92 0.06 94.91 0.88 0.51
Hex 70 F0 14 35 0 5C 6 5F 58 33
Octal 160 360 24 65 0 134 6 137 130 63
Binary 1110000 11110000 10100 110101 0 1011100 110 1011111 1011000 110011

Color Harmonies of #70F014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F014

Black with #70F014

Text Example


Text Example

White with #70F014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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