Html Css Color HEX #1EDC00 Free Speech Green

📋 copy color: '#1EDC00'

red 30 ◦ green 220 ◦ blue 0

#1EDC00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #1EDC00

Tints of Free Speech Green #1EDC00

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 value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#1EDC00 (or 0x1EDC00) is known color: 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

RGB 30 220 0 -
CMYK 0.86 0 1 0.14
HSL 111.82º 1% 0.43% -
HSV(B) 111.82º 1% 0.86% -
XYZ 26.13 51.46 8.56 -
YUV 138.11 50.05 50.89 -
System Red Green Blue C M Y K H S L
Decimal 30 220 0 0.86 0 1 0.14 111.82 1 0.43
Hex 1E DC 0 56 0 64 E 70 64 2B
Octal 36 334 0 126 0 144 16 160 144 53
Binary 11110 11011100 0 1010110 0 1100100 1110 1110000 1100100 101011

Color Harmonies of #1EDC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDC00

Black with #1EDC00

Text Example


Text Example

White with #1EDC00

Text Example


Text Example

HTML Codes & Css Web 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>