#1EDC00

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

Shades of Free Speech Green #1EDC00

Tints of Free Speech Green #1EDC00

Color information

#1EDC00 (or 0x1EDC00) is unknown color: approx Free Speech Green. HEX triplet: 1E, DC and 00. RGB value is (30,220,0). Sum of RGB (Red+Green+Blue) = 30+220+0=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 220 (86.33% from 255 or 88% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDC00 is #E123FF. Grayscale: #8A8A8A. Windows color (decimal): -14754816 or 56350. OLE color: 56350.

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

Color convert

RGB302200-
CMYK0.86010.14
HSL111.82º100%43.14%-
HSV(B)111.82º100%86.27%-
XYZ26.1351.468.56-
YUV138.1150.0550.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12%
GREEN value IS 220 (86.33% from 255) = 88%
BLUE value IS 0 (0.39% from 255) = 0%
R=12%
G=88%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal3022000.86010.14111.8210043.14
Hex1EDC056064E70642b
Octal36334012601441616014453
Binary11110110111000101011001100100111011100001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EDC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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