Html Css Color HEX #1ED307 Free Speech Green

📋 copy color: '#1ED307'

red 30 ◦ green 211 ◦ blue 7

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

Shades of Free Speech Green #1ED307

Tints of Free Speech Green #1ED307

RGB

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

 GREEN value IS 211 (82.81% from 255) = 85.08%

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

R = 12.1%
G = 85.08%
B = 2.82%

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

#1ED307 (or 0x1ED307) is known color: Free Speech Green. HEX triplet: 1E, D3 and 07. RGB value is (30,211,7). Sum of RGB (Red+Green+Blue) = 30+211+7=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 211 (82.81% from 255 or 85.08% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 211 - color contains mainly: green. Hex color #1ED307 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED307 is #E12CF8. Grayscale: #868686. Windows color (decimal): -14757113 or 512798. OLE color: 512798.

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

Color convert

RGB 30 211 7 -
CMYK 0.86 0 0.97 0.17
HSL 113.24º 0.94% 0.43% -
HSV(B) 113.24º 0.97% 0.83% -
XYZ 23.87 46.88 7.99 -
YUV 133.63 56.53 54.09 -
System Red Green Blue C M Y K H S L
Decimal 30 211 7 0.86 0 0.97 0.17 113.24 0.94 0.43
Hex 1E D3 7 56 0 61 11 71 5E 2B
Octal 36 323 7 126 0 141 21 161 136 53
Binary 11110 11010011 111 1010110 0 1100001 10001 1110001 1011110 101011

Color Harmonies of #1ED307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED307

Black with #1ED307

Text Example


Text Example

White with #1ED307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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