Html Css Color HEX #1ED400 Free Speech Green

📋 copy color: '#1ED400'

red 30 ◦ green 212 ◦ blue 0

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

Shades of Free Speech Green #1ED400

Tints of Free Speech Green #1ED400

RGB

 RED value IS 30 (12.11% from 255) = 12.4%

 GREEN value IS 212 (83.2% from 255) = 87.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 12.4%
G = 87.6%
B = 0%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#1ED400 (or 0x1ED400) is known color: Free Speech Green. HEX triplet: 1E, D4 and 00. RGB value is (30,212,0). Sum of RGB (Red+Green+Blue) = 30+212+0=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 212 (83.20% from 255 or 87.60% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 212 - color contains mainly: green. Hex color #1ED400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED400 is #E12BFF. Grayscale: #868686. Windows color (decimal): -14756864 or 54302. OLE color: 54302.

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

Color convert

RGB 30 212 0 -
CMYK 0.86 0 1 0.17
HSL 111.51º 1% 0.42% -
HSV(B) 111.51º 1% 0.83% -
XYZ 24.08 47.36 7.87 -
YUV 133.41 52.7 54.24 -
System Red Green Blue C M Y K H S L
Decimal 30 212 0 0.86 0 1 0.17 111.51 1 0.42
Hex 1E D4 0 56 0 64 11 70 64 2A
Octal 36 324 0 126 0 144 21 160 144 52
Binary 11110 11010100 0 1010110 0 1100100 10001 1110000 1100100 101010

Color Harmonies of #1ED400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED400

Black with #1ED400

Text Example


Text Example

White with #1ED400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ED400;
 }
 .AnyTagClassName
 {
   color: #1ED400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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