Html Css Color HEX #70DF0B Lawn Green

📋 copy color: '#70DF0B'

red 112 ◦ green 223 ◦ blue 11

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

Shades of Lawn Green #70DF0B

Tints of Lawn Green #70DF0B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 64.45%

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

R = 32.37%
G = 64.45%
B = 3.18%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#70DF0B (or 0x70DF0B) is known color: Lawn Green. HEX triplet: 70, DF and 0B. RGB value is (112,223,11). Sum of RGB (Red+Green+Blue) = 112+223+11=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 223 (87.5% from 255 or 64.45% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DF0B is #8F20F4. Grayscale: #A6A6A6. Windows color (decimal): -9380085 or 778096. OLE color: 778096.

HSL color Cylindrical-coordinate representation of color #70DF0B: hue angle of 91.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70DF0B is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 11 -
CMYK 0.50 0 0.95 0.13
HSL 91.42º 0.91% 0.46% -
HSV(B) 91.42º 0.95% 0.87% -
XYZ 33.13 56.24 9.43 -
YUV 165.64 40.73 89.74 -
System Red Green Blue C M Y K H S L
Decimal 112 223 11 0.50 0 0.95 0.13 91.42 0.91 0.46
Hex 70 DF B 32 0 5F D 5B 5B 2E
Octal 160 337 13 62 0 137 15 133 133 56
Binary 1110000 11011111 1011 110010 0 1011111 1101 1011011 1011011 101110

Color Harmonies of #70DF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF0B

Black with #70DF0B

Text Example


Text Example

White with #70DF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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