#1ed100

Color #1ED100 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #1ED100

Tints of Free Speech Green #1ED100

Color information

#1ED100 (or 0x1ED100) is unknown color: approx Free Speech Green. HEX triplet: 1E, D1 and 00. RGB value is (30,209,0). Sum of RGB (Red+Green+Blue) = 30+209+0=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 209 (82.03% from 255 or 87.45% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED100 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED100 is #E12EFF. Grayscale: #848484. Windows color (decimal): -14757632 or 53534. OLE color: 53534.

HSL color Cylindrical-coordinate representation of color #1ED100: hue angle of 111.39º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1ED100 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB302090-
CMYK0.86010.18
HSL111.39º100%40.98%-
HSV(B)111.39º100%81.96%-
XYZ23.3445.887.63-
YUV131.6553.755.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.55%
GREEN value IS 209 (82.03% from 255) = 87.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.55%
G=87.45%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal3020900.86010.18111.3910040.98
Hex1ED1056064126f6429
Octal36321012601442215714451
Binary111101101000101010110011001001001011011111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ed100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ed100; }

 p { color: rgb(30,209,0); }

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

<style>
 a { background-color: #1ed100; }

 a { background-color: rgb(30,209,0); }

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

<style>
 span { border-color: #1ed100; }

 span { border-color: rgb(30,209,0); }

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