Html Css Color HEX #70F00B Lawn Green

📋 copy color: '#70F00B'

red 112 ◦ green 240 ◦ blue 11

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

Shades of Lawn Green #70F00B

Tints of Lawn Green #70F00B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.03%

R = 30.85%
G = 66.12%
B = 3.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#70F00B (or 0x70F00B) is known color: Lawn Green. HEX triplet: 70, F0 and 0B. RGB value is (112,240,11). Sum of RGB (Red+Green+Blue) = 112+240+11=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #70F00B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F00B is #8F0FF4. Grayscale: #B0B0B0. Windows color (decimal): -9375733 or 782448. OLE color: 782448.

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

Color convert

RGB 112 240 11 -
CMYK 0.53 0 0.95 0.06
HSL 93.54º 0.91% 0.49% -
HSV(B) 93.54º 0.95% 0.94% -
XYZ 37.9 65.79 11.02 -
YUV 175.62 35.09 82.62 -
System Red Green Blue C M Y K H S L
Decimal 112 240 11 0.53 0 0.95 0.06 93.54 0.91 0.49
Hex 70 F0 B 35 0 5F 6 5E 5B 31
Octal 160 360 13 65 0 137 6 136 133 61
Binary 1110000 11110000 1011 110101 0 1011111 110 1011110 1011011 110001

Color Harmonies of #70F00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F00B

Black with #70F00B

Text Example


Text Example

White with #70F00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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