Html Css Color HEX #1ED004 Free Speech Green

📋 copy color: '#1ED004'

red 30 ◦ green 208 ◦ blue 4

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

Shades of Free Speech Green #1ED004

Tints of Free Speech Green #1ED004

RGB

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

 GREEN value IS 208 (81.64% from 255) = 85.95%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 12.4%
G = 85.95%
B = 1.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#1ED004 (or 0x1ED004) is known color: Free Speech Green. HEX triplet: 1E, D0 and 04. RGB value is (30,208,4). Sum of RGB (Red+Green+Blue) = 30+208+4=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 208 (81.64% from 255 or 85.95% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED004 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED004 is #E12FFB. Grayscale: #848484. Windows color (decimal): -14757884 or 315422. OLE color: 315422.

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

Color convert

RGB 30 208 4 -
CMYK 0.86 0 0.98 0.18
HSL 112.35º 0.96% 0.42% -
HSV(B) 112.35º 0.98% 0.82% -
XYZ 23.11 45.4 7.66 -
YUV 131.52 56.03 55.59 -
System Red Green Blue C M Y K H S L
Decimal 30 208 4 0.86 0 0.98 0.18 112.35 0.96 0.42
Hex 1E D0 4 56 0 62 12 70 60 2A
Octal 36 320 4 126 0 142 22 160 140 52
Binary 11110 11010000 100 1010110 0 1100010 10010 1110000 1100000 101010

Color Harmonies of #1ED004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED004

Black with #1ED004

Text Example


Text Example

White with #1ED004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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