#70EF0D

Color #70EF0D Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #70EF0D

Tints of Lawn Green #70EF0D

Color information

#70EF0D (or 0x70EF0D) is unknown color: approx Lawn Green. HEX triplet: 70, EF and 0D. RGB value is (112,239,13). Sum of RGB (Red+Green+Blue) = 112+239+13=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 239 (93.75% from 255 or 65.66% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70EF0D is #8F10F2. Grayscale: #B0B0B0. Windows color (decimal): -9375987 or 913264. OLE color: 913264.

HSL color Cylindrical-coordinate representation of color #70EF0D: hue angle of 93.72º degrees, saturation: 0.9, 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 #70EF0D is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB11223913-
CMYK0.5300.950.06
HSL93.72º89.68%49.41%-
HSV(B)93.72º94.56%93.73%-
XYZ37.6265.2110.98-
YUV175.2636.4282.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.77%
GREEN value IS 239 (93.75% from 255) = 65.66%
BLUE value IS 13 (5.47% from 255) = 3.57%
R=30.77%
G=65.66%
B=3.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112239130.5300.950.0693.7289.6849.41
Hex70EFD3505F65e5a31
Octal16035715650137613613261
Binary11100001110111111011101010101111111010111101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,239,13); }

 H1.HeaderClassName
 {
   color: #70EF0D;
 }
 .AnyTagClassName
 {
   color: #70EF0D;
 }
</style>
background-color css

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

 a { background-color: rgb(112,239,13); }

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

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

 span { border-color: rgb(112,239,13); }

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