#1ED80E

Color #1ED80E Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #1ED80E

Tints of Free Speech Green #1ED80E

Color information

#1ED80E (or 0x1ED80E) is unknown color: approx Free Speech Green. HEX triplet: 1E, D8 and 0E. RGB value is (30,216,14). Sum of RGB (Red+Green+Blue) = 30+216+14=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 216 (84.77% from 255 or 83.08% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED80E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED80E is #E127F1. Grayscale: #898989. Windows color (decimal): -14755826 or 972830. OLE color: 972830.

HSL color Cylindrical-coordinate representation of color #1ED80E: hue angle of 115.25º degrees, saturation: 0.88, 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 #1ED80E is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB3021614-
CMYK0.8600.940.15
HSL115.25º87.83%45.1%-
HSV(B)115.25º93.52%84.71%-
XYZ25.1749.428.63-
YUV137.3658.3851.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.54%
GREEN value IS 216 (84.77% from 255) = 83.08%
BLUE value IS 14 (5.86% from 255) = 5.38%
R=11.54%
G=83.08%
B=5.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal30216140.8600.940.15115.2587.8345.1
Hex1ED8E5605EF73582d
Octal363301612601361716313055
Binary11110110110001110101011001011110111111100111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED80E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ED80E;
 }
 .AnyTagClassName
 {
   color: #1ED80E;
 }
</style>
background-color css

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

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

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

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

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

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