Html Css Color HEX #1ED700 Free Speech Green

📋 copy color: '#1ED700'

red 30 ◦ green 215 ◦ blue 0

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

Shades of Free Speech Green #1ED700

Tints of Free Speech Green #1ED700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 87.76%

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

R = 12.24%
G = 87.76%
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

#1ED700 (or 0x1ED700) is known color: Free Speech Green. HEX triplet: 1E, D7 and 00. RGB value is (30,215,0). Sum of RGB (Red+Green+Blue) = 30+215+0=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 215 (84.38% from 255 or 87.76% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED700 is #E128FF. Grayscale: #878787. Windows color (decimal): -14756096 or 55070. OLE color: 55070.

HSL color Cylindrical-coordinate representation of color #1ED700: hue angle of 111.63º 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 #1ED700 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 215 0 -
CMYK 0.86 0 1 0.16
HSL 111.63º 1% 0.42% -
HSV(B) 111.63º 1% 0.84% -
XYZ 24.84 48.88 8.13 -
YUV 135.18 51.71 52.98 -
System Red Green Blue C M Y K H S L
Decimal 30 215 0 0.86 0 1 0.16 111.63 1 0.42
Hex 1E D7 0 56 0 64 10 70 64 2A
Octal 36 327 0 126 0 144 20 160 144 52
Binary 11110 11010111 0 1010110 0 1100100 10000 1110000 1100100 101010

Color Harmonies of #1ED700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED700

Black with #1ED700

Text Example


Text Example

White with #1ED700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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