Html Css Color HEX #1ED80D Free Speech Green

📋 copy color: '#1ED80D'

red 30 ◦ green 216 ◦ blue 13

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

Shades of Free Speech Green #1ED80D

Tints of Free Speech Green #1ED80D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 83.4%

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 11.58%
G = 83.4%
B = 5.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#1ED80D (or 0x1ED80D) is known color: Free Speech Green. HEX triplet: 1E, D8 and 0D. RGB value is (30,216,13). Sum of RGB (Red+Green+Blue) = 30+216+13=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 216 (84.77% from 255 or 83.40% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED80D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED80D is #E127F2. Grayscale: #898989. Windows color (decimal): -14755827 or 907294. OLE color: 907294.

HSL color Cylindrical-coordinate representation of color #1ED80D: hue angle of 114.98º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1ED80D is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 216 13 -
CMYK 0.86 0 0.94 0.15
HSL 114.98º 0.89% 0.45% -
HSV(B) 114.98º 0.94% 0.85% -
XYZ 25.16 49.42 8.59 -
YUV 137.24 57.88 51.51 -
System Red Green Blue C M Y K H S L
Decimal 30 216 13 0.86 0 0.94 0.15 114.98 0.89 0.45
Hex 1E D8 D 56 0 5E F 73 59 2D
Octal 36 330 15 126 0 136 17 163 131 55
Binary 11110 11011000 1101 1010110 0 1011110 1111 1110011 1011001 101101

Color Harmonies of #1ED80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED80D

Black with #1ED80D

Text Example


Text Example

White with #1ED80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,216,13); }

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

background-color css

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

 a { background-color: rgb(30,216,13); }

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

border-color css

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

 span { border-color: rgb(30,216,13); }

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