#1ED003

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

Shades of Free Speech Green #1ED003

Tints of Free Speech Green #1ED003

Color information

#1ED003 (or 0x1ED003) is unknown color: approx Free Speech Green. HEX triplet: 1E, D0 and 03. RGB value is (30,208,3). Sum of RGB (Red+Green+Blue) = 30+208+3=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 208 (81.64% from 255 or 86.31% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED003 is #E12FFC. Grayscale: #848484. Windows color (decimal): -14757885 or 249886. OLE color: 249886.

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

Color convert

RGB302083-
CMYK0.8600.990.18
HSL112.1º97.16%41.37%-
HSV(B)112.1º98.56%81.57%-
XYZ23.1145.397.63-
YUV131.4155.5355.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.45%
GREEN value IS 208 (81.64% from 255) = 86.31%
BLUE value IS 3 (1.56% from 255) = 1.24%
R=12.45%
G=86.31%
B=1.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal3020830.8600.990.18112.197.1641.37
Hex1ED035606312706129
Octal36320312601432216014151
Binary1111011010000111010110011000111001011100001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,208,3); }

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

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

 a { background-color: rgb(30,208,3); }

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

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

 span { border-color: rgb(30,208,3); }

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