Html Css Color HEX #1ED406 Free Speech Green

📋 copy color: '#1ED406'

red 30 ◦ green 212 ◦ blue 6

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

Shades of Free Speech Green #1ED406

Tints of Free Speech Green #1ED406

RGB

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

 GREEN value IS 212 (83.2% from 255) = 85.48%

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 12.1%
G = 85.48%
B = 2.42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#1ED406 (or 0x1ED406) is known color: Free Speech Green. HEX triplet: 1E, D4 and 06. RGB value is (30,212,6). Sum of RGB (Red+Green+Blue) = 30+212+6=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 212 (83.20% from 255 or 85.48% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 212 - color contains mainly: green. Hex color #1ED406 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED406 is #E12BF9. Grayscale: #868686. Windows color (decimal): -14756858 or 447518. OLE color: 447518.

HSL color Cylindrical-coordinate representation of color #1ED406: hue angle of 113.01º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1ED406 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 30 212 6 -
CMYK 0.86 0 0.97 0.17
HSL 113.01º 0.94% 0.43% -
HSV(B) 113.01º 0.97% 0.83% -
XYZ 24.11 47.38 8.05 -
YUV 134.1 55.7 53.75 -
System Red Green Blue C M Y K H S L
Decimal 30 212 6 0.86 0 0.97 0.17 113.01 0.94 0.43
Hex 1E D4 6 56 0 61 11 71 5E 2B
Octal 36 324 6 126 0 141 21 161 136 53
Binary 11110 11010100 110 1010110 0 1100001 10001 1110001 1011110 101011

Color Harmonies of #1ED406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED406

Black with #1ED406

Text Example


Text Example

White with #1ED406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,212,6); }

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

background-color css

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

 a { background-color: rgb(30,212,6); }

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

border-color css

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

 span { border-color: rgb(30,212,6); }

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