Html Css Color HEX #70F010 Lawn Green

📋 copy color: '#70F010'

red 112 ◦ green 240 ◦ blue 16

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

Shades of Lawn Green #70F010

Tints of Lawn Green #70F010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.35%

R = 30.43%
G = 65.22%
B = 4.35%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#70F010 (or 0x70F010) is known color: Lawn Green. HEX triplet: 70, F0 and 10. RGB value is (112,240,16). Sum of RGB (Red+Green+Blue) = 112+240+16=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 240 (94.14% from 255 or 65.22% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 240 - color contains mainly: green. Hex color #70F010 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F010 is #8F0FEF. Grayscale: #B0B0B0. Windows color (decimal): -9375728 or 1110128. OLE color: 1110128.

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

Color convert

RGB 112 240 16 -
CMYK 0.53 0 0.93 0.06
HSL 94.29º 0.88% 0.5% -
HSV(B) 94.29º 0.93% 0.94% -
XYZ 37.94 65.8 11.19 -
YUV 176.19 37.59 82.21 -
System Red Green Blue C M Y K H S L
Decimal 112 240 16 0.53 0 0.93 0.06 94.29 0.88 0.5
Hex 70 F0 10 35 0 5D 6 5E 58 32
Octal 160 360 20 65 0 135 6 136 130 62
Binary 1110000 11110000 10000 110101 0 1011101 110 1011110 1011000 110010

Color Harmonies of #70F010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F010

Black with #70F010

Text Example


Text Example

White with #70F010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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