Html Css Color HEX #1ED600 Free Speech Green

📋 copy color: '#1ED600'

red 30 ◦ green 214 ◦ blue 0

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

Shades of Free Speech Green #1ED600

Tints of Free Speech Green #1ED600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 87.7%

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

R = 12.3%
G = 87.7%
B = 0%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#1ED600 (or 0x1ED600) is known color: Free Speech Green. HEX triplet: 1E, D6 and 00. RGB value is (30,214,0). Sum of RGB (Red+Green+Blue) = 30+214+0=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 214 (83.98% from 255 or 87.70% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED600 is #E129FF. Grayscale: #878787. Windows color (decimal): -14756352 or 54814. OLE color: 54814.

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

Color convert

RGB 30 214 0 -
CMYK 0.86 0 1 0.16
HSL 111.59º 1% 0.42% -
HSV(B) 111.59º 1% 0.84% -
XYZ 24.58 48.37 8.04 -
YUV 134.59 52.04 53.4 -
System Red Green Blue C M Y K H S L
Decimal 30 214 0 0.86 0 1 0.16 111.59 1 0.42
Hex 1E D6 0 56 0 64 10 70 64 2A
Octal 36 326 0 126 0 144 20 160 144 52
Binary 11110 11010110 0 1010110 0 1100100 10000 1110000 1100100 101010

Color Harmonies of #1ED600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED600

Black with #1ED600

Text Example


Text Example

White with #1ED600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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