Html Css Color HEX #70F20B Lawn Green

📋 copy color: '#70F20B'

red 112 ◦ green 242 ◦ blue 11

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

Shades of Lawn Green #70F20B

Tints of Lawn Green #70F20B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 66.3%

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

R = 30.68%
G = 66.3%
B = 3.01%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#70F20B (or 0x70F20B) is known color: Lawn Green. HEX triplet: 70, F2 and 0B. RGB value is (112,242,11). Sum of RGB (Red+Green+Blue) = 112+242+11=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #70F20B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F20B is #8F0DF4. Grayscale: #B1B1B1. Windows color (decimal): -9375221 or 782960. OLE color: 782960.

HSL color Cylindrical-coordinate representation of color #70F20B: hue angle of 93.77º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70F20B is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 242 11 -
CMYK 0.54 0 0.95 0.05
HSL 93.77º 0.91% 0.5% -
HSV(B) 93.77º 0.95% 0.95% -
XYZ 38.49 66.97 11.21 -
YUV 176.8 34.43 81.78 -
System Red Green Blue C M Y K H S L
Decimal 112 242 11 0.54 0 0.95 0.05 93.77 0.91 0.5
Hex 70 F2 B 36 0 5F 5 5E 5B 32
Octal 160 362 13 66 0 137 5 136 133 62
Binary 1110000 11110010 1011 110110 0 1011111 101 1011110 1011011 110010

Color Harmonies of #70F20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F20B

Black with #70F20B

Text Example


Text Example

White with #70F20B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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