Html Css Color HEX #1ED300 Free Speech Green

📋 copy color: '#1ED300'

red 30 ◦ green 211 ◦ blue 0

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

Shades of Free Speech Green #1ED300

Tints of Free Speech Green #1ED300

RGB

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

 GREEN value IS 211 (82.81% from 255) = 87.55%

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

R = 12.45%
G = 87.55%
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

#1ED300 (or 0x1ED300) is known color: Free Speech Green. HEX triplet: 1E, D3 and 00. RGB value is (30,211,0). Sum of RGB (Red+Green+Blue) = 30+211+0=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 211 (82.81% from 255 or 87.55% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 211 - color contains mainly: green. Hex color #1ED300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED300 is #E12CFF. Grayscale: #858585. Windows color (decimal): -14757120 or 54046. OLE color: 54046.

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

Color convert

RGB 30 211 0 -
CMYK 0.86 0 1 0.17
HSL 111.47º 1% 0.41% -
HSV(B) 111.47º 1% 0.83% -
XYZ 23.83 46.86 7.79 -
YUV 132.83 53.03 54.66 -
System Red Green Blue C M Y K H S L
Decimal 30 211 0 0.86 0 1 0.17 111.47 1 0.41
Hex 1E D3 0 56 0 64 11 6F 64 29
Octal 36 323 0 126 0 144 21 157 144 51
Binary 11110 11010011 0 1010110 0 1100100 10001 1101111 1100100 101001

Color Harmonies of #1ED300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED300

Black with #1ED300

Text Example


Text Example

White with #1ED300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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