#1ED40C

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

Shades of Free Speech Green #1ED40C

Tints of Free Speech Green #1ED40C

Color information

#1ED40C (or 0x1ED40C) is unknown color: approx Free Speech Green. HEX triplet: 1E, D4 and 0C. RGB value is (30,212,12). Sum of RGB (Red+Green+Blue) = 30+212+12=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 212 (83.20% from 255 or 83.46% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 212 - color contains mainly: green. Hex color #1ED40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED40C is #E12BF3. Grayscale: #878787. Windows color (decimal): -14756852 or 840734. OLE color: 840734.

HSL color Cylindrical-coordinate representation of color #1ED40C: hue angle of 114.6º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1ED40C is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB3021212-
CMYK0.8600.940.17
HSL114.6º89.29%43.92%-
HSV(B)114.6º94.34%83.14%-
XYZ24.1547.398.22-
YUV134.7858.753.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.81%
GREEN value IS 212 (83.20% from 255) = 83.46%
BLUE value IS 12 (5.08% from 255) = 4.72%
R=11.81%
G=83.46%
B=4.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal30212120.8600.940.17114.689.2943.92
Hex1ED4C5605E1173592c
Octal363241412601362116313154
Binary111101101010011001010110010111101000111100111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED40C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,212,12); }

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

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

 a { background-color: rgb(30,212,12); }

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

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

 span { border-color: rgb(30,212,12); }

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