Html Css Color HEX #1ED407 Free Speech Green

📋 copy color: '#1ED407'

red 30 ◦ green 212 ◦ blue 7

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

Shades of Free Speech Green #1ED407

Tints of Free Speech Green #1ED407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.81%

R = 12.05%
G = 85.14%
B = 2.81%

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

#1ED407 (or 0x1ED407) is known color: Free Speech Green. HEX triplet: 1E, D4 and 07. RGB value is (30,212,7). Sum of RGB (Red+Green+Blue) = 30+212+7=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 212 (83.20% from 255 or 85.14% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 212 - color contains mainly: green. Hex color #1ED407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED407 is #E12BF8. Grayscale: #868686. Windows color (decimal): -14756857 or 513054. OLE color: 513054.

HSL color Cylindrical-coordinate representation of color #1ED407: hue angle of 113.27º 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 #1ED407 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 30 212 7 -
CMYK 0.86 0 0.97 0.17
HSL 113.27º 0.94% 0.43% -
HSV(B) 113.27º 0.97% 0.83% -
XYZ 24.12 47.38 8.07 -
YUV 134.21 56.2 53.67 -
System Red Green Blue C M Y K H S L
Decimal 30 212 7 0.86 0 0.97 0.17 113.27 0.94 0.43
Hex 1E D4 7 56 0 61 11 71 5E 2B
Octal 36 324 7 126 0 141 21 161 136 53
Binary 11110 11010100 111 1010110 0 1100001 10001 1110001 1011110 101011

Color Harmonies of #1ED407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED407

Black with #1ED407

Text Example


Text Example

White with #1ED407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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