Html Css Color HEX #70DF16 Lawn Green

📋 copy color: '#70DF16'

red 112 ◦ green 223 ◦ blue 22

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

Shades of Lawn Green #70DF16

Tints of Lawn Green #70DF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.16%

R = 31.37%
G = 62.46%
B = 6.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#70DF16 (or 0x70DF16) is known color: Lawn Green. HEX triplet: 70, DF and 16. RGB value is (112,223,22). Sum of RGB (Red+Green+Blue) = 112+223+22=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 223 (87.5% from 255 or 62.46% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DF16 is #8F20E9. Grayscale: #A7A7A7. Windows color (decimal): -9380074 or 1498992. OLE color: 1498992.

HSL color Cylindrical-coordinate representation of color #70DF16: hue angle of 93.13º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70DF16 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 22 -
CMYK 0.50 0 0.90 0.13
HSL 93.13º 0.82% 0.48% -
HSV(B) 93.13º 0.9% 0.87% -
XYZ 33.21 56.28 9.87 -
YUV 166.9 46.23 88.84 -
System Red Green Blue C M Y K H S L
Decimal 112 223 22 0.50 0 0.90 0.13 93.13 0.82 0.48
Hex 70 DF 16 32 0 5A D 5D 52 30
Octal 160 337 26 62 0 132 15 135 122 60
Binary 1110000 11011111 10110 110010 0 1011010 1101 1011101 1010010 110000

Color Harmonies of #70DF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF16

Black with #70DF16

Text Example


Text Example

White with #70DF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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