#70ED11

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

Shades of Lawn Green #70ED11

Tints of Lawn Green #70ED11

Color information

#70ED11 (or 0x70ED11) is unknown color: approx Lawn Green. HEX triplet: 70, ED and 11. RGB value is (112,237,17). Sum of RGB (Red+Green+Blue) = 112+237+17=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 237 (92.97% from 255 or 64.75% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70ED11 is #8F12EE. Grayscale: #AFAFAF. Windows color (decimal): -9376495 or 1174896. OLE color: 1174896.

HSL color Cylindrical-coordinate representation of color #70ED11: hue angle of 94.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70ED11 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB11223717-
CMYK0.5300.930.07
HSL94.09º86.61%49.8%-
HSV(B)94.09º92.83%92.94%-
XYZ37.0764.0510.94-
YUV174.5439.0983.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 237 (92.97% from 255) = 64.75%
BLUE value IS 17 (7.03% from 255) = 4.64%
R=30.60%
G=64.75%
B=4.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal112237170.5300.930.0794.0986.6149.8
Hex70ED113505D75e5732
Octal16035521650135713612762
Binary111000011101101100011101010101110111110111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ED11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,237,17); }

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

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

 a { background-color: rgb(112,237,17); }

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

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

 span { border-color: rgb(112,237,17); }

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