Html Css Color HEX #1ED807 Free Speech Green

📋 copy color: '#1ED807'

red 30 ◦ green 216 ◦ blue 7

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

Shades of Free Speech Green #1ED807

Tints of Free Speech Green #1ED807

RGB

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

 GREEN value IS 216 (84.77% from 255) = 85.38%

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

R = 11.86%
G = 85.38%
B = 2.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#1ED807 (or 0x1ED807) is known color: Free Speech Green. HEX triplet: 1E, D8 and 07. RGB value is (30,216,7). Sum of RGB (Red+Green+Blue) = 30+216+7=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 216 (84.77% from 255 or 85.38% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED807 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED807 is #E127F8. Grayscale: #898989. Windows color (decimal): -14755833 or 514078. OLE color: 514078.

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

Color convert

RGB 30 216 7 -
CMYK 0.86 0 0.97 0.15
HSL 113.4º 0.94% 0.44% -
HSV(B) 113.4º 0.97% 0.85% -
XYZ 25.13 49.4 8.41 -
YUV 136.56 54.88 51.99 -
System Red Green Blue C M Y K H S L
Decimal 30 216 7 0.86 0 0.97 0.15 113.4 0.94 0.44
Hex 1E D8 7 56 0 61 F 71 5E 2C
Octal 36 330 7 126 0 141 17 161 136 54
Binary 11110 11011000 111 1010110 0 1100001 1111 1110001 1011110 101100

Color Harmonies of #1ED807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED807

Black with #1ED807

Text Example


Text Example

White with #1ED807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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